ngx-animations
Version:
An adaptation of Animate.css using @angular/animations
9 lines (8 loc) • 431 B
TypeScript
export * from './lib/ngx-animations.module';
export * from './lib/services/animations.service';
export * from './lib/animations';
export * from './lib/model/animations-list';
export * from './lib/model/animation-definition';
export * from './lib/routing/transition-builder';
export { AnimIfDirective } from './lib/directives/if-animation.directive';
export { AnimatedDirective } from './lib/directives/animated.directive';