UNPKG

ngx-modialog-11

Version:
9 lines (8 loc) 324 B
import { ComponentRef, Injector, ViewContainerRef } from '@angular/core'; export interface CreateComponentArgs { component: any; vcRef: ViewContainerRef; injector?: Injector; projectableNodes?: any[][]; } export declare function createComponent(instructions: CreateComponentArgs): ComponentRef<any>;