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