New to Kendo UI for AngularStart a free 30-day trial

KENDO_TOOLBAR

Use this utility array to access all @progress/kendo-angular-toolbar-related components and directives in a standalone Angular component.

typescript
import { Component } from '@angular/core';
import { KENDO_TOOLBAR } from '@progress/kendo-angular-toolbar';
  
@Component({
  selector: 'my-app',
  standalone: true,
  imports: [KENDO_TOOLBAR],
  template: `
     <kendo-toolbar>
        <kendo-toolbar-button text="Button"></kendo-toolbar-button>
     </kendo-toolbar>
  `
})
export class AppComponent {}
Not finding the help you need?
Contact Support