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

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.

Definition

Package:@progress/kendo-angular-diagrams

Syntax:

TS
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 {}
In this article
Definition
Not finding the help you need?
Contact Support