Skip to content
This repository was archived by the owner on Aug 25, 2020. It is now read-only.

Commit a8a1adf

Browse files
committed
fix: added missing imports
1 parent 6560c80 commit a8a1adf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

projects/ngx-forms/src/public-api.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@
33
*/
44

55
export * from './lib/ngx-forms.module';
6+
export * from './lib/common/types';
7+
export * from './lib/common/base-field';
8+
export * from './lib/common/base-layout';
9+
export * from './lib/dynamic-field/dynamic-field.directive';

0 commit comments

Comments
 (0)