ng2-materialize
Version:
An Angular 2+ wrap around Materialize library
23 lines (22 loc) • 698 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var core_1 = require("@angular/core");
var icon_directive_1 = require("./icon.directive");
var MzIconModule = (function () {
function MzIconModule() {
}
return MzIconModule;
}());
MzIconModule.decorators = [
{ type: core_1.NgModule, args: [{
declarations: [
icon_directive_1.MzIconDirective,
],
exports: [
icon_directive_1.MzIconDirective,
],
},] },
];
/** @nocollapse */
MzIconModule.ctorParameters = function () { return []; };
exports.MzIconModule = MzIconModule;