ngx-lottie
Version:
<h1 align="center"> <img src="https://raw.githubusercontent.com/ngx-lottie/ngx-lottie/master/docs/assets/lottie.gif"> </h1>
5 lines (4 loc) • 354 B
TypeScript
import { TransferState } from '@angular/platform-browser';
import { LottieServerOptions, PathToAnimation } from './symbols';
export declare function appInitializerFactory(options: LottieServerOptions, state: TransferState): () => Promise<void[]>;
export declare function resolveLottiePaths({ preloadAnimations }: LottieServerOptions): PathToAnimation[];