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> <
12 lines (11 loc) • 784 B
TypeScript
import { ElementRef, OnChanges, SimpleChanges } from '@angular/core';
import { BaseDirective } from './base.directive';
import * as i0 from "@angular/core";
export declare class LottieComponent extends BaseDirective implements OnChanges {
width: import("@angular/core").InputSignal<string | null>;
height: import("@angular/core").InputSignal<string | null>;
container: ElementRef<HTMLElement>;
ngOnChanges(changes: SimpleChanges): void;
static ɵfac: i0.ɵɵFactoryDeclaration<LottieComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<LottieComponent, "ng-lottie", never, { "width": { "alias": "width"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
}