New to Kendo UI for Angular? Start a free 30-day trial
ToolBarModule
Represents the NgModule
definition for the ToolBar component.
typescript
import { ToolBarModule } from '@progress/kendo-angular-toolbar';
@NgModule({
imports: [ToolBarModule]
})
export class AppModule {}