Skip to content

Commit 8b83dcc

Browse files
emoralesb05tinayuangao
authored andcommitted
chore(autocomplete): add Autocomplete exports to the index.ts (#2937)
add a way to import the autocomplete module and components from @angular/material
1 parent e5521a8 commit 8b83dcc

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)