packages/ecl/components/ecl-notification/ecl-notification-title.directive.ts
Directive that adds specific class for the notification icon. By default there are icons for all notification variants. This directive can be used, if user wants to use another icon.
| Selector | [eclNotificationIcon] |
Properties |
HostBindings |
| class.ecl-notification__icon |
Type : boolean
|
Default value : true
|
|
Host binding for applying the ECL notification icon CSS class. |
| hasClass |
Type : unknown
|
Default value : true
|
Decorators :
@HostBinding('class.ecl-notification__icon')
|
|
Host binding for applying the ECL notification icon CSS class. |