ICON_SETTINGS
Constant
Represents the token for the IconSettings of Kendo UI for Angular components.
Use this token to configure icon settings. (See example.)
Definition
Package:@progress/kendo-angular-icons
Syntax:
TS
import { NgModule } from '@angular/core';
@NgModule({
providers: [{ provide: ICON_SETTINGS, useValue: { type: 'svg', size: 'xsmall' } }]
})
export class AppModule {}