UNPKG

1.09 kBJavaScriptView Raw
1import { NgModule } from '@angular/core';
2import { CommonModule } from '@angular/common';
3import { MaterializeDirective } from './materialize-directive';
4var MaterializeModule = (function () {
5 function MaterializeModule() {
6 }
7 /**
8 * @return {?}
9 */
10 MaterializeModule.forRoot = function () {
11 return {
12 ngModule: MaterializeModule
13 };
14 };
15 return MaterializeModule;
16}());
17export { MaterializeModule };
18MaterializeModule.decorators = [
19 { type: NgModule, args: [{
20 declarations: [
21 MaterializeDirective
22 ],
23 imports: [
24 CommonModule
25 ],
26 exports: [
27 MaterializeDirective
28 ]
29 },] },
30];
31/**
32 * @nocollapse
33 */
34MaterializeModule.ctorParameters = function () { return []; };
35function MaterializeModule_tsickle_Closure_declarations() {
36 /** @type {?} */
37 MaterializeModule.decorators;
38 /**
39 * @nocollapse
40 * @type {?}
41 */
42 MaterializeModule.ctorParameters;
43}