UNPKG

ng-cw-v12

Version:

Angular UI component library

28 lines (27 loc) 1.21 kB
import { ElementRef, Renderer2, EventEmitter, OnInit, OnDestroy, OnChanges, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class PulsatingDirective implements OnInit, OnDestroy, OnChanges { private el; private renderer; ncDuration: number; ncColor: string; ncSize: string; ncStopTime: number; ncEnabled: boolean; ncEnabledChange: EventEmitter<boolean>; private pulsatingContainer; private readonly animationName; private shouldStop; private stopTimer; private styleElement; private isInitialized; constructor(el: ElementRef, renderer: Renderer2); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; ngOnDestroy(): void; private createPulsatingContainer; private startAnimation; private stopAnimation; static ɵfac: i0.ɵɵFactoryDeclaration<PulsatingDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<PulsatingDirective, "[ncPulsating]", never, { "ncDuration": "ncDuration"; "ncColor": "ncColor"; "ncSize": "ncSize"; "ncStopTime": "ncStopTime"; "ncEnabled": "ncEnabled"; }, { "ncEnabledChange": "ncEnabledChange"; }, never>; }