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

ICON_SETTINGS

A token that specifies the IconSettings of the Kendo UI for Angular components (see example).

ts
import { NgModule } from '@angular/core';

@NgModule({
...
providers: [{ provide: ICON_SETTINGS, useValue: { type: 'svg', size: 'xsmall' }}]
})
export class AppModule {}
Not finding the help you need?
Contact Support