Skip to content

Commit 8880007

Browse files
committed
chore(autocomplete): Add Autocomplete exports to the index.ts
add a way to import the autocomplete module and components from @angular/material
1 parent 8d900e0 commit 8880007

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
export * from './core';
22
export * from './module';
33

4+
export * from './autocomplete/index';
45
export * from './button/index';
56
export * from './button-toggle/index';
67
export * from './card/index';

0 commit comments

Comments
 (0)