UNPKG

jpush-ui

Version:

极光大数据前端Angular组件(^6.1.0)

28 lines 964 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var core_1 = require("@angular/core"); var common_1 = require("@angular/common"); var forms_1 = require("@angular/forms"); var switch_component_1 = require("./switch.component"); var SwitchModule = /** @class */ (function () { function SwitchModule() { } SwitchModule.decorators = [ { type: core_1.NgModule, args: [{ imports: [ common_1.CommonModule, forms_1.FormsModule ], exports: [ switch_component_1.SwitchComponent ], declarations: [ switch_component_1.SwitchComponent ], providers: [], },] }, ]; return SwitchModule; }()); exports.SwitchModule = SwitchModule; //# sourceMappingURL=switch.module.js.map