UNPKG

my-test123

Version:
19 lines 742 B
import { NgModule } from '@angular/core'; import { CommonModule } from '@angular/common'; import { SelectDropdownComponent } from './select-dropdown.component'; var SelectDropdownModule = /** @class */ (function () { function SelectDropdownModule() { } SelectDropdownModule.decorators = [ { type: NgModule, args: [{ declarations: [SelectDropdownComponent], imports: [CommonModule], exports: [SelectDropdownComponent] },] }, ]; /** @nocollapse */ SelectDropdownModule.ctorParameters = function () { return []; }; return SelectDropdownModule; }()); export { SelectDropdownModule }; //# sourceMappingURL=select-dropdown.module.js.map