packages/ecl/components/ecl-loading-indicator/ecl-loading-indicator-label.directive.ts
Directive for styling the label text of an ECL loading indicator.
Adds the ecl-spinner__text class to the host element.
| Selector | [eclLoadingIndicatorLabel] |
Properties |
HostBindings |
| class.ecl-spinner__text |
Type : boolean
|
Default value : true
|
|
Applies the ECL class for spinner label text. |
| className |
Type : unknown
|
Default value : true
|
Decorators :
@HostBinding('class.ecl-spinner__text')
|
|
Applies the ECL class for spinner label text. |