UNPKG

simplify-angular

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.0.

24 lines (23 loc) 1.08 kB
import { ElementRef, EventEmitter } from '@angular/core'; import { SimpleEvents } from '../utilities/simple-events'; import { SimplifyService } from '../services/simplify.service'; import * as i0 from "@angular/core"; export declare class SimpleBaseClass { elementRef: ElementRef; simplify: SimplifyService; onDestroy: EventEmitter<any>; onElementTagCommented: EventEmitter<any>; onInit: EventEmitter<any>; onViewInit: EventEmitter<any>; commentElementTag: boolean; childrenElements: HTMLElement[]; events: SimpleEvents; constructor(elementRef: ElementRef, simplify: SimplifyService); ngAfterViewInit(): void; ngOnDestroy(): void; ngOnInit(): void; commentTag(): void; on(event: string, callback: Function): string; static ɵfac: i0.ɵɵFactoryDeclaration<SimpleBaseClass, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<SimpleBaseClass, never, never, {}, { "onDestroy": "onDestroy"; "onElementTagCommented": "onElementTagCommented"; "onInit": "onInit"; "onViewInit": "onViewInit"; }, never, never, true, never>; }