Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(business/autocomplete): expose autocomplete component for business #42

Merged
merged 10 commits into from
Jun 21, 2019
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';