From 0f48e02fc7ff79507f6919c45a5e3057c75a4370 Mon Sep 17 00:00:00 2001 From: Benjamin Charity Date: Tue, 26 Feb 2019 16:20:48 -0500 Subject: [PATCH] refactor(Select): export the select animations ngPackagr needs all items exported and this one was missed. It was discovered while tracking down the same issue in another module. --- terminus-ui/select/src/select.module.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/terminus-ui/select/src/select.module.ts b/terminus-ui/select/src/select.module.ts index fdd851c4b..9078eece5 100644 --- a/terminus-ui/select/src/select.module.ts +++ b/terminus-ui/select/src/select.module.ts @@ -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';