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

Commit

Permalink
fix: added missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
artemnih committed Oct 2, 2019
1 parent 6560c80 commit a8a1adf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions projects/ngx-forms/src/public-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
*/

export * from './lib/ngx-forms.module';
export * from './lib/common/types';
export * from './lib/common/base-field';
export * from './lib/common/base-layout';
export * from './lib/dynamic-field/dynamic-field.directive';

0 comments on commit a8a1adf

Please sign in to comment.