Skip to content

Commit

Permalink
feat(business/autocomplete): expose autocomplete component for busine…
Browse files Browse the repository at this point in the history
…ss (#42)
  • Loading branch information
efux authored and kyubisation committed Jun 21, 2019
1 parent 0841237 commit b7ec7c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from '../../../../angular-public/src/lib/autocomplete/autocomplete';
5 changes: 3 additions & 2 deletions projects/sbb-esta/angular-business/src/public-api.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
/*
* Public API Surface of angular-business
*/
export * from './lib/autocomplete/autocomplete';
export * from './lib/button/button';
export * from './lib/field/field';
export * from './lib/radio-button/radio-button';
export * from './lib/select/select';
export * from './lib/time-input/time-input';
export * from './lib/textarea/textarea';
export * from './lib/button/button';
export * from './lib/time-input/time-input';

0 comments on commit b7ec7c0

Please sign in to comment.