Skip to content

Commit

Permalink
fix: (platform) export base input class (#3802)
Browse files Browse the repository at this point in the history
  • Loading branch information
kavya-b committed Nov 10, 2020
1 parent 197db3e commit 00136d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/platform/src/lib/components/form/public_api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export * from './checkbox-group/checkbox-group.module';
export * from './checkbox-group/checkbox-group.component';
export * from './combobox';
export * from './form-control';
export * from './base.input';
export * from './form-options';
export * from './form-field';
export * from './form-group';
Expand Down

0 comments on commit 00136d5

Please sign in to comment.