packages/ecl/components/ecl-button/ecl-button-label.directive.ts
Directive for the icon container inside the ECL Button.
Automatically applies the ecl-button__icon-container CSS class.
| Selector | [eclButtonIconContainer] |
Properties |
HostBindings |
| class.ecl-button__icon-container |
Type : boolean
|
Default value : true
|
|
Applies the |
| hasClass |
Type : unknown
|
Default value : true
|
Decorators :
@HostBinding('class.ecl-button__icon-container')
|
|
Applies the |