New to Kendo UI for AngularStart 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
iconSettingsService.notify({ size: 'large' });
Parameters

iconSettings?

IconSettings

(Optional) Sets a new value for the icon settings token.

In this article
ConstructorsIconSettingsServiceMethods
Not finding the help you need?
Contact Support