UNPKG

angular2-mdl

Version:

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

15 lines (14 loc) 640 B
import { ViewContainerRef, ApplicationRef, ComponentFactoryResolver, EventEmitter } from '@angular/core'; export declare class MdlDialogOutletService { private appRef; private componentFactoryResolver; private viewContainerRef_; private backdropComponent; backdropClickEmitter: EventEmitter<any>; constructor(appRef: ApplicationRef, componentFactoryResolver: ComponentFactoryResolver); setDefaultViewContainerRef(vCRef: ViewContainerRef): void; readonly viewContainerRef: ViewContainerRef; private setViewContainerRef(value); hideBackdrop(): void; showBackdropWithZIndex(zIndex: number): void; }