UNPKG

@hxui/angular

Version:

This README includes the steps that are necessary to import the HxUi-angular into a project or to contribute with development.

5 lines (4 loc) 259 B
export { SELECTIZE_VALUE_ACCESSOR, SelectizeComponent } from './selectize.component'; export { SelectizeConfig } from './selectize.config'; export { SelectizeModule } from './selectize.module'; export { ISelectizeItem } from './selectize-item.interface';