UNPKG

ngx-lottie

Version:

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

7 lines (6 loc) 334 B
import { ModuleWithProviders, InjectionToken } from '@angular/core'; import { LottieServerOptions } from './symbols'; export declare const LOTTIE_SERVER_OPTIONS: InjectionToken<LottieServerOptions>; export declare class LottieServerModule { static forRoot(options: LottieServerOptions): ModuleWithProviders<LottieServerModule>; }