UNPKG

ngx-academia-uniandes-library

Version:

This library is used for Academia-Uniandes system.

25 lines 1.32 kB
"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 api_angular_academia_intl_1 = require("api-angular-academia-intl"); var identification_option_combobox_component_1 = require("./identification-option-combobox/identification-option-combobox.component"); var IdentificationOptionComboboxModule = /** @class */ (function () { function IdentificationOptionComboboxModule() { } IdentificationOptionComboboxModule.decorators = [ { type: core_1.NgModule, args: [{ imports: [ common_1.CommonModule, forms_1.FormsModule, api_angular_academia_intl_1.I18NModule ], declarations: [identification_option_combobox_component_1.IdentificationOptionComboboxComponent], exports: [identification_option_combobox_component_1.IdentificationOptionComboboxComponent] },] }, ]; return IdentificationOptionComboboxModule; }()); exports.IdentificationOptionComboboxModule = IdentificationOptionComboboxModule; //# sourceMappingURL=identification-option-combobox.module.js.map