ngx-academia-uniandes-library
Version:
This library is used for Academia-Uniandes system.
29 lines • 1.53 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var core_1 = require("@angular/core");
var common_1 = require("@angular/common");
var notification_severity_combobox_component_1 = require("./notification.severity.combobox/notification.severity.combobox.component");
var forms_1 = require("@angular/forms");
var ngx_bootstrap_1 = require("ngx-bootstrap");
var api_angular_academia_intl_1 = require("api-angular-academia-intl");
var NotificationSeverityComboboxModule = /** @class */ (function () {
function NotificationSeverityComboboxModule() {
}
NotificationSeverityComboboxModule.decorators = [
{ type: core_1.NgModule, args: [{
imports: [
common_1.CommonModule,
forms_1.FormsModule,
ngx_bootstrap_1.ModalModule.forRoot(),
api_angular_academia_intl_1.I18NModule
],
exports: [notification_severity_combobox_component_1.NotificationSeverityComboboxComponent],
declarations: [notification_severity_combobox_component_1.NotificationSeverityComboboxComponent]
},] },
];
return NotificationSeverityComboboxModule;
}());
exports.NotificationSeverityComboboxModule = NotificationSeverityComboboxModule;
/* protected region developer's' code on begin */
/* protected region developer's' code end */
//# sourceMappingURL=notification.severity.combobox.module.js.map