Skip to content

Commit

Permalink
fix: adds AutoCompleteStyles to exports
Browse files Browse the repository at this point in the history
Added export for AutoCompleteStyles to allow for creation of object that
can be shared where multiple instances of the component need shared
styling.
  • Loading branch information
Birdstown committed Apr 15, 2020
1 parent 53a640c commit 98c6ddc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import {AutoCompleteComponent} from './auto-complete/auto-complete.component';
import {BoldPrefix} from './bold-prefix.pipe';

export * from './auto-complete-options.model';
export * from './auto-complete-styles.model';

export * from './auto-complete.service';

Expand Down

0 comments on commit 98c6ddc

Please sign in to comment.