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

KENDO_BOTTOMNAVIGATION

Use this utility array to access all BottomNavigation-related components and directives in a standalone Angular component.

typescript
import { Component } from '@angular/core';
import { KENDO_BOTTOMNAVIGATION } from '@progress/kendo-angular-navigation';

@Component({
  selector: 'my-app',
  standalone: true,
  imports: [KENDO_BOTTOMNAVIGATION],
  template: `
    <kendo-bottomnavigation [items]="items">
    </kendo-bottomnavigation>
  `
})
export class AppComponent {}
Not finding the help you need?
Contact Support