UNPKG

angular2-mdl

Version:

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

17 lines 640 B
import { NgModule } from '@angular/core'; import { AppendViewContainerRefDirective } from './append-view-container-ref-directive'; export var MdlCommonsModule = (function () { function MdlCommonsModule() { } MdlCommonsModule.decorators = [ { type: NgModule, args: [{ imports: [], exports: [AppendViewContainerRefDirective], declarations: [AppendViewContainerRefDirective], },] }, ]; /** @nocollapse */ MdlCommonsModule.ctorParameters = function () { return []; }; return MdlCommonsModule; }()); //# sourceMappingURL=index.js.map