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