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

KENDO_DIAGRAM

Represents the utility array that that contains all Diagram-related components and directives.

Use KENDO_DIAGRAM to import all Diagram components and directives at once.

typescript
import { Component } from '@angular/core';
import { KENDO_DIAGRAM } from '@progress/kendo-angular-diagrams';

@Component({
  selector: 'my-diagram-app',
  standalone: true,
  imports: [KENDO_DIAGRAM],
  template: `...`
})
export class DiagramAppComponent {}
Not finding the help you need?
Contact Support