IconSettingsService
Class
Represents the service that manages icon settings.
Use the notify method to update icon settings dynamically.
Definition
Package:@progress/kendo-angular-icons
Syntax:
TS
constructor(private iconSettingsService: IconSettingsService) {}
this.iconSettingsService.notify({ themeColor: 'primary' });
Methods
Notifies subscribers about changes in the icon settings.