UNPKG

bm-ng2-select

Version:

ng2-select Botmetric implementation Multi select

8 lines (7 loc) 464 B
export { escapeRegexp } from './src/select/common'; export { OffClickDirective } from './src/select/off-click'; export { BmSelectModule } from './src/select/select.module'; export { SelectComponent, Behavior, GenericBehavior, ChildrenBehavior } from './src/select/select'; export { OptionsBehavior } from './src/select/select-interfaces'; export { SelectItem } from './src/select/select-item'; export { HighlightPipe, stripTags } from './src/select/select-pipes';