UNPKG

ngx-lottie

Version:

<h1 align="center"> <img src="https://raw.githubusercontent.com/ngx-lottie/ngx-lottie/master/docs/assets/lottie.gif"> </h1>

8 lines (7 loc) 277 B
import { TransferState } from '@angular/platform-browser'; import { AnimationFilename } from './symbols'; export declare class LottieTransferState { private transferState; constructor(transferState: TransferState); get<T>(animation: AnimationFilename): T | null; }