UNPKG

coersystem

Version:

Library for Angular projects

16 lines (15 loc) 917 B
import { OnDestroy, OnInit, ElementRef, AfterViewInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class LifeCycleDirective implements OnInit, AfterViewInit, OnDestroy { private element; onInit: import("@angular/core").OutputEmitterRef<HTMLElement>; afterViewInit: import("@angular/core").OutputEmitterRef<HTMLElement>; onReady: import("@angular/core").OutputEmitterRef<HTMLElement>; onDestroy: import("@angular/core").OutputEmitterRef<HTMLElement>; constructor(element: ElementRef); ngOnInit(): void; ngAfterViewInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<LifeCycleDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<LifeCycleDirective, "[lifeCycle]", never, {}, { "onInit": "onInit"; "afterViewInit": "afterViewInit"; "onReady": "onReady"; "onDestroy": "onDestroy"; }, never, never, false, never>; }