UNPKG

angular2-mdl

Version:

Angular 2 components, directives and styles based on material design lite https://getmdl.io.

12 lines (11 loc) 429 B
import { ViewContainerRef } from '@angular/core'; import { MdlDialogOutletService } from './mdl-dialog-outlet.service'; export declare class MdlDialogOutletComponent { private vCRef; constructor(vCRef: ViewContainerRef); readonly viewContainerRef: ViewContainerRef; } export declare class MdlDialogInnerOutletComponent { private vCRef; constructor(vCRef: ViewContainerRef, service: MdlDialogOutletService); }