UNPKG

@ng-select/ng-select

Version:

Angular ng-select - All in One UI Select, Multiselect and Autocomplete

5 lines (4 loc) 317 B
export { NgSelectComponent, NG_SELECT_DEFAULT_CONFIG, SELECTION_MODEL_FACTORY } from './ng-select/ng-select.component'; export { NgSelectModule } from './ng-select/ng-select.module'; export { NgOption, NgSelectConfig } from './ng-select/ng-select.types'; export { SelectionModel } from './ng-select/selection-model';