ng2-materialize
Version:
An Angular 2+ wrap around Materialize library
26 lines (25 loc) • 955 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var core_1 = require("@angular/core");
var checkbox_container_1 = require("./checkbox-container");
var checkbox_directive_1 = require("./checkbox.directive");
var MzCheckboxModule = (function () {
function MzCheckboxModule() {
}
return MzCheckboxModule;
}());
MzCheckboxModule.decorators = [
{ type: core_1.NgModule, args: [{
declarations: [
checkbox_directive_1.MzCheckboxDirective,
checkbox_container_1.MzCheckboxContainerComponent,
],
exports: [
checkbox_directive_1.MzCheckboxDirective,
checkbox_container_1.MzCheckboxContainerComponent,
],
},] },
];
/** @nocollapse */
MzCheckboxModule.ctorParameters = function () { return []; };
exports.MzCheckboxModule = MzCheckboxModule;