UNPKG

@yoursabhishekabhi7/modal-popup-ng-all

Version:

Reusable Angular modal popup components supporting Angular 14 to 18

10 lines (9 loc) 567 B
import { TemplateRef, ViewContainerRef, AfterViewInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TemplateWrapperComponent implements AfterViewInit { template: TemplateRef<any> | null; container: ViewContainerRef; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<TemplateWrapperComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<TemplateWrapperComponent, "app-template-wrapper", never, { "template": { "alias": "template"; "required": false; }; }, {}, never, never, false, never>; }