Skip to content

Commit 32da263

Browse files
author
James Curtis
committed
fix: ssr
1 parent b6265a5 commit 32da263

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

projects/swimlane/ngx-ui/src/public_api.ts

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ export * from './lib/components/checkbox/checkbox.component';
7474
export * from './lib/components/code-editor/code-editor.module';
7575
export * from './lib/components/code-editor/code-editor.component';
7676
export * from './lib/components/code-editor/hint-completion.interface';
77+
export * from './lib/components/code-editor/mustache';
7778

7879
export * from './lib/components/date-time/date-time.module';
7980
export * from './lib/components/date-time/date-time.component';

projects/swimlane/ngx-ui/tsconfig.lib.json

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"outDir": "../../../out-tsc/lib",
55
"target": "es2015",
66
"declarationMap": false,
7-
"module": "es2015",
87
"moduleResolution": "node",
98
"declaration": true,
109
"sourceMap": true,

0 commit comments

Comments
 (0)