ngx-lottie
Version:
<h1 align="center"> <img src="https://raw.githubusercontent.com/ngx-lottie/ngx-lottie/master/docs/assets/lottie.gif"> </h1>
20 lines (16 loc) • 725 B
TypeScript
import * as i0 from '@angular/core';
import { ModuleWithProviders } from '@angular/core';
interface LottieServerOptions {
preloadAnimations: {
folder: string;
animations: string[];
};
}
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>;
}
declare function provideLottieServerOptions(options: LottieServerOptions): i0.EnvironmentProviders;
export { LottieServerModule, provideLottieServerOptions };