New to Kendo UI for Angular? Start a free 30-day trial
ComboBoxModule
Required for adding all ComboBox features in NgModule-based Angular applications.
The package exports:
ComboBoxComponent
—The ComboBox component class.ComboBoxColumnComponent
—The ComboBoxColumn component class.MultiColumnComboBoxComponent
—The MultiColumnComboBox component class.ItemTemplateDirective
—The item template directive.HeaderTemplateDirective
—The header template directive.FooterTemplateDirective
—The footer template directive.NoDataTemplateDirective
—The no data template directive.FixedGroupTemplateDirective
—The fixed group template directive.GroupTemplateDirective
—The group template directive.FilterDirective
—The filter directive.CustomMessagesComponent
—The custom messages component.SuffixTemplateDirective
—The suffix template directive.PrefixTemplateDirective
—The prefix template directive.
typescript
import { ComboBoxModule } from '@progress/kendo-angular-dropdowns';
@NgModule({
imports: [ComboBoxModule]
})
class AppModule {}