UNPKG

ornamentum

Version:
12 lines (11 loc) 289 B
import { EventEmitter, OnInit } from '@angular/core'; /** * Element initialize directive; Notify on target element initialize. */ export declare class InitDirective implements OnInit { ngInit: EventEmitter<{}>; /** * On directive initialize. */ ngOnInit(): void; }