Skip to content

Commit b7ec7c0

Browse files
efuxkyubisation
authored andcommitted
feat(business/autocomplete): expose autocomplete component for business (#42)
1 parent 0841237 commit b7ec7c0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from '../../../../angular-public/src/lib/autocomplete/autocomplete';
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
/*
22
* Public API Surface of angular-business
33
*/
4+
export * from './lib/autocomplete/autocomplete';
5+
export * from './lib/button/button';
46
export * from './lib/field/field';
57
export * from './lib/radio-button/radio-button';
68
export * from './lib/select/select';
7-
export * from './lib/time-input/time-input';
89
export * from './lib/textarea/textarea';
9-
export * from './lib/button/button';
10+
export * from './lib/time-input/time-input';

0 commit comments

Comments
 (0)