We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9abba42 commit 11c90faCopy full SHA for 11c90fa
projects/core/src/public-api.ts
@@ -13,6 +13,9 @@ export * from './lib/has-sorting/has-sorting';
13
export * from './lib/typed-form/typed-forms';
14
export * from './lib/abstract-mat-form-field-control/abstract-mat-form-field-control.directive';
15
16
+export * from './lib/services/paramter/parameter.service';
17
+export * from './lib/services/storage/storage.service';
18
+
19
// test utils
20
export * from './lib/test-utils/expect-observable';
21
export * from './lib/test-utils/mock-component';
0 commit comments