ngx-academia-uniandes-library
Version:
This library is used for Academia-Uniandes system.
29 lines • 1.48 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var core_1 = require("@angular/core");
var common_1 = require("@angular/common");
var notification_type_combobox_component_1 = require("./notification.type.combobox/notification.type.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 NotificationTypeComboboxModule = /** @class */ (function () {
function NotificationTypeComboboxModule() {
}
NotificationTypeComboboxModule.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_type_combobox_component_1.NotificationTypeComboboxComponent],
declarations: [notification_type_combobox_component_1.NotificationTypeComboboxComponent]
},] },
];
return NotificationTypeComboboxModule;
}());
exports.NotificationTypeComboboxModule = NotificationTypeComboboxModule;
/* protected region developer's' code on begin */
/* protected region developer's' code end */
//# sourceMappingURL=notification.type.combobox.module.js.map