Skip to content

Commit

Permalink
fix: ssr
Browse files Browse the repository at this point in the history
  • Loading branch information
James Curtis committed Dec 29, 2023
1 parent b6265a5 commit 32da263
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions projects/swimlane/ngx-ui/src/public_api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export * from './lib/components/checkbox/checkbox.component';
export * from './lib/components/code-editor/code-editor.module';
export * from './lib/components/code-editor/code-editor.component';
export * from './lib/components/code-editor/hint-completion.interface';
export * from './lib/components/code-editor/mustache';

export * from './lib/components/date-time/date-time.module';
export * from './lib/components/date-time/date-time.component';
Expand Down
1 change: 0 additions & 1 deletion projects/swimlane/ngx-ui/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"outDir": "../../../out-tsc/lib",
"target": "es2015",
"declarationMap": false,
"module": "es2015",
"moduleResolution": "node",
"declaration": true,
"sourceMap": true,
Expand Down

0 comments on commit 32da263

Please sign in to comment.