UNPKG

simplify-angular

Version:

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

19 lines (18 loc) 1.22 kB
import { ElementRef, EventEmitter, OnInit, ViewContainerRef } from '@angular/core'; import { DynamicComponentService } from '../../services/dynamic-component.service'; import { SimplifyService } from '../../services/simplify.service'; import { SimpleBaseClass } from '../../_base/simple-base-class'; import * as i0 from "@angular/core"; export declare class SimpleDynamicComponent extends SimpleBaseClass implements OnInit { dynamicComponentService: DynamicComponentService; container: ViewContainerRef; component: any; componentProperties: any; componentCreated: EventEmitter<any>; componentInstance: any; componentRef: any; constructor(dynamicComponentService: DynamicComponentService, simplify: SimplifyService, elementRef: ElementRef); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<SimpleDynamicComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<SimpleDynamicComponent, "simple-dynamic-component,[simple-dynamic-component]", never, { "component": { "alias": "component"; "required": false; }; "componentProperties": { "alias": "componentProperties"; "required": false; }; }, { "componentCreated": "componentCreated"; }, never, never, false, never>; }