bm-ng2-select
Version:
ng2-select Botmetric implementation Multi select
8 lines (7 loc) • 436 B
TypeScript
export { escapeRegexp } from './select/common';
export { OffClickDirective } from './select/off-click';
export { BmSelectModule } from './select/select.module';
export { SelectComponent, Behavior, GenericBehavior, ChildrenBehavior } from './select/select';
export { OptionsBehavior } from './select/select-interfaces';
export { SelectItem } from './select/select-item';
export { HighlightPipe, stripTags } from './select/select-pipes';