New to Kendo UI for Angular? Start a free 30-day trial
KENDO_ICONS
Represents the utility array that contains all @progress/kendo-angular-icons
-related components and directives.
typescript
import { Component, ViewEncapsulation } from '@angular/core';
import { KENDO_ICONS } from '@progress/kendo-angular-icons';
@Component({
selector: 'my-app',
standalone: true,
imports: [KENDO_ICONS],
template: `...`,
})
export class AppComponent {}