UNPKG

ngx-lottie

Version:

<table> <thead> <tr> <th>ngx-lottie</th> <th>Angular</th> </tr> </thead> <tbody> <tr> <td> 7.x </td> <td> >= 8 < 13 </td> </tr> <tr> <td> 8.x </td> <td> 13 </td> </tr> <tr> <td> 9.x </td> <td> 14 </td> </tr> <tr> <td> 10.x </td> <td> 15 </td> </tr> <tr> <

10 lines (9 loc) 684 B
export { AnimationLoader } from './lib/animation-loader'; export { provideLottieOptions, provideCacheableAnimationLoader } from './lib/providers'; export { BaseDirective } from './lib/base.directive'; export { LottieDirective } from './lib/lottie.directive'; export { LottieComponent } from './lib/lottie.component'; export { LottieTransferState } from './lib/transfer-state'; export { BMEnterFrameEvent, BMCompleteLoopEvent, BMCompleteEvent, BMSegmentStartEvent, BMDestroyEvent, BMRenderFrameErrorEvent, BMConfigErrorEvent, AnimationOptions, AnimationFilename, } from './lib/symbols'; export { transformAnimationFilenameToKey } from './lib/server'; export * from './private_export';