UNPKG

5.66 kBJavaScriptView Raw
1import { NgModule } from '@angular/core';
2import { MdlRippleModule } from './common/mdl-ripple.directive';
3import { MdlButtonModule } from './button/mdl-button.component';
4import { MdlBadgeModule } from './badge/mdl-badge.directive';
5import { MdlShadowModule } from './shadow/mdl-shadow.directive';
6import { MdlCardModule } from './card/mdl-card.component';
7import { MdlChipModule } from './chips/index';
8import { MdlDialogModule } from './dialog/index';
9import { MdlDialogOutletModule } from './dialog-outlet/index';
10import { MdlCheckboxModule } from './checkbox/mdl-checkbox.component';
11import { MdlRadioModule } from './radio/mdl-radio.component';
12import { MdlProgressModule } from './progress/mdl-progress.component';
13import { MdlIconModule } from './icon/mdl-icon.component';
14import { MdlIconToggleModule } from './icon-toggle/mdl-icon-toggle.component';
15import { MdlListModule } from './list/mdl-list.component';
16import { MdlSpinnerModule } from './spinner/mdl-spinner.component';
17import { MdlSliderModule } from './slider/mdl-slider.component';
18import { MdlSwitchModule } from './switch/mdl-switch.component';
19import { MdlSnackbaModule } from './snackbar/mdl-snackbar.service';
20import { MdlTooltipModule } from './tooltip/index';
21import { MdlTableModule } from './table/index';
22import { MdlMenuModule } from './menu/index';
23import { MdlLayoutModule } from './layout/index';
24import { MdlTabsModule } from './tabs/index';
25import { MdlTextFieldModule } from './textfield/mdl-textfield.component';
26export * from './common/mdl-ripple.directive';
27export * from './badge/mdl-badge.directive';
28export * from './button/mdl-button.component';
29export * from './card/mdl-card.component';
30export * from './checkbox/mdl-checkbox.component';
31export * from './chips/index';
32export * from './dialog/index';
33export * from './dialog-outlet/index';
34export * from './icon/mdl-icon.component';
35export * from './list/mdl-list.component';
36export * from './icon-toggle/mdl-icon-toggle.component';
37export * from './progress/mdl-progress.component';
38export * from './radio/mdl-radio.component';
39export * from './shadow/mdl-shadow.directive';
40export * from './spinner/mdl-spinner.component';
41export * from './slider/mdl-slider.component';
42export * from './snackbar/mdl-snackbar.service';
43export * from './switch/mdl-switch.component';
44export * from './table/index';
45export * from './tooltip/index';
46export * from './menu/index';
47export * from './layout/index';
48export * from './tabs/index';
49export * from './textfield/mdl-textfield.component';
50// AOT :( https://github.com/angular/angular/issues/11606
51export { MdlBackdropOverlayComponent as Private1 } from './dialog-outlet/mdl-backdrop-overlay.component';
52export { MdlDialogHostComponent as Private2 } from './dialog/mdl-dialog-host.component';
53export { MdlSimpleDialogComponent as Private3 } from './dialog/mdl-simple-dialog.component';
54export { AppendViewContainerRefDirective as Private4 } from './common/append-view-container-ref-directive';
55var MDL_MODULES = [
56 MdlButtonModule,
57 MdlLayoutModule,
58 MdlCheckboxModule,
59 MdlChipModule,
60 MdlDialogModule,
61 MdlDialogOutletModule,
62 MdlSpinnerModule,
63 MdlRippleModule,
64 MdlBadgeModule,
65 MdlShadowModule,
66 MdlCardModule,
67 MdlRadioModule,
68 MdlProgressModule,
69 MdlIconModule,
70 MdlIconToggleModule,
71 MdlListModule,
72 MdlSliderModule,
73 MdlSwitchModule,
74 MdlSnackbaModule,
75 MdlTooltipModule,
76 MdlTableModule,
77 MdlMenuModule,
78 MdlTabsModule,
79 MdlTextFieldModule
80];
81export var MdlModule = (function () {
82 function MdlModule() {
83 }
84 MdlModule.decorators = [
85 { type: NgModule, args: [{
86 imports: [
87 MdlButtonModule.forRoot(),
88 MdlLayoutModule.forRoot(),
89 MdlCheckboxModule.forRoot(),
90 MdlChipModule.forRoot(),
91 MdlDialogModule.forRoot(),
92 MdlDialogOutletModule.forRoot(),
93 MdlSpinnerModule.forRoot(),
94 MdlRippleModule.forRoot(),
95 MdlBadgeModule.forRoot(),
96 MdlShadowModule.forRoot(),
97 MdlCardModule.forRoot(),
98 MdlRadioModule.forRoot(),
99 MdlProgressModule.forRoot(),
100 MdlIconModule.forRoot(),
101 MdlIconToggleModule.forRoot(),
102 MdlListModule.forRoot(),
103 MdlSliderModule.forRoot(),
104 MdlSwitchModule.forRoot(),
105 MdlSnackbaModule.forRoot(),
106 MdlTooltipModule.forRoot(),
107 MdlTableModule.forRoot(),
108 MdlMenuModule.forRoot(),
109 MdlTabsModule.forRoot(),
110 MdlTextFieldModule.forRoot()
111 ],
112 exports: MDL_MODULES,
113 providers: []
114 },] },
115 ];
116 /** @nocollapse */
117 MdlModule.ctorParameters = function () { return []; };
118 return MdlModule;
119}());
120export var MdlNonRootModule = (function () {
121 function MdlNonRootModule() {
122 }
123 MdlNonRootModule.forRoot = function () {
124 return { ngModule: MdlModule };
125 };
126 MdlNonRootModule.decorators = [
127 { type: NgModule, args: [{
128 imports: MDL_MODULES,
129 exports: MDL_MODULES
130 },] },
131 ];
132 /** @nocollapse */
133 MdlNonRootModule.ctorParameters = function () { return []; };
134 return MdlNonRootModule;
135}());
136//# sourceMappingURL=index.js.map
\No newline at end of file