New to Kendo UI for Angular? Start a free 30-day trial
IconSettingsService
Represents the service that manages icon settings.
Use the notify
method to update icon settings dynamically.
typescript
constructor(private iconSettingsService: IconSettingsService) {}
this.iconSettingsService.notify({ themeColor: 'primary' });
Constructors
IconSettingsService
()
Methods
notify | ||||||
---|---|---|---|---|---|---|
Notifies subscribers about changes in the icon settings. typescript
| ||||||
|