UNPKG

1.41 kBJavaScriptView Raw
1import { NgModule } from '@angular/core';
2import { MdlDialogOutletComponent, MdlDialogInnerOutletComponent } from './mdl-dialog-outlet.component';
3import { MdlDialogOutletService } from './mdl-dialog-outlet.service';
4import { MdlBackdropOverlayComponent } from './mdl-backdrop-overlay.component';
5export * from './mdl-dialog-outlet.component';
6export * from './mdl-dialog-outlet.service';
7var PUBLIC_COMPONENTS = [
8 MdlDialogInnerOutletComponent
9];
10var PRIVATE_COMPONENTS = [
11 MdlDialogOutletComponent,
12 MdlBackdropOverlayComponent
13];
14export var MdlDialogOutletModule = (function () {
15 function MdlDialogOutletModule() {
16 }
17 MdlDialogOutletModule.forRoot = function () {
18 return {
19 ngModule: MdlDialogOutletModule,
20 providers: [MdlDialogOutletService]
21 };
22 };
23 MdlDialogOutletModule.decorators = [
24 { type: NgModule, args: [{
25 imports: [],
26 exports: PUBLIC_COMPONENTS,
27 declarations: PUBLIC_COMPONENTS.concat(PRIVATE_COMPONENTS),
28 entryComponents: [
29 MdlDialogOutletComponent,
30 MdlBackdropOverlayComponent
31 ]
32 },] },
33 ];
34 /** @nocollapse */
35 MdlDialogOutletModule.ctorParameters = function () { return []; };
36 return MdlDialogOutletModule;
37}());
38//# sourceMappingURL=index.js.map
\No newline at end of file