Browse Source

feat(theme-shared): export new toast animation

pull/2606/head
TheDiaval 6 years ago
parent
commit
ee4e0d9ad5
  1. 1
      npm/ng-packs/packages/theme-shared/src/lib/animations/index.ts

1
npm/ng-packs/packages/theme-shared/src/lib/animations/index.ts

@ -3,3 +3,4 @@ export * from './collapse.animations';
export * from './fade.animations';
export * from './modal.animations';
export * from './slide.animations';
export * from './toast.animations';

Loading…
Cancel
Save