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> <

11 lines (10 loc) 627 B
import { ModuleWithProviders } from '@angular/core'; import { LottieServerOptions } from './symbols'; import * as i0 from "@angular/core"; export declare class LottieServerModule { static forRoot(options: LottieServerOptions): ModuleWithProviders<LottieServerModule>; static ɵfac: i0.ɵɵFactoryDeclaration<LottieServerModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<LottieServerModule, never, never, never>; static ɵinj: i0.ɵɵInjectorDeclaration<LottieServerModule>; } export declare function provideLottieServerOptions(options: LottieServerOptions): import("@angular/core").EnvironmentProviders;