9 lines
439 B
TypeScript
9 lines
439 B
TypeScript
|
import { ViewContainerRef } from '@angular/core';
|
||
|
import * as i0 from "@angular/core";
|
||
|
export declare class DynamicDialogContent {
|
||
|
viewContainerRef: ViewContainerRef;
|
||
|
constructor(viewContainerRef: ViewContainerRef);
|
||
|
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicDialogContent, never>;
|
||
|
static ɵdir: i0.ɵɵDirectiveDeclaration<DynamicDialogContent, "[pDynamicDialogContent]", never, {}, {}, never, never, false, never>;
|
||
|
}
|