Skip to content

Commit 11c90fa

Browse files
fix(core): parameter and storage service should be exported
1 parent 9abba42 commit 11c90fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

projects/core/src/public-api.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ export * from './lib/has-sorting/has-sorting';
1313
export * from './lib/typed-form/typed-forms';
1414
export * from './lib/abstract-mat-form-field-control/abstract-mat-form-field-control.directive';
1515

16+
export * from './lib/services/paramter/parameter.service';
17+
export * from './lib/services/storage/storage.service';
18+
1619
// test utils
1720
export * from './lib/test-utils/expect-observable';
1821
export * from './lib/test-utils/mock-component';

0 commit comments

Comments
 (0)