Skip to content

Commit

Permalink
refactor(Select): export the select animations
Browse files Browse the repository at this point in the history
ngPackagr needs all items exported and this one was missed. It was discovered while tracking down
the same issue in another module.
  • Loading branch information
benjamincharity committed Mar 7, 2019
1 parent c32e9ea commit 0f48e02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terminus-ui/select/src/select.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import { TsSelectOptionDisplayDirective } from './option/option-display.directiv

export * from './select.component';
export * from './select-trigger.component';
export * from './select-animations';
export * from './option/option.component';
export * from './option/option-display.directive';
export * from './optgroup/optgroup.component';
Expand Down

0 comments on commit 0f48e02

Please sign in to comment.