packages/ecl/components/ecl-news-ticker/ecl-news-ticker-icon.directive.ts
Directive to mark and style the icon inside a news ticker item.
| Selector | [eclNewsTickerIcon] |
Properties |
Methods |
Inputs |
HostBindings |
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| class.ecl-news-ticker__icon |
Type : boolean
|
Default value : true
|
|
Adds the |
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| hasClass |
Type : unknown
|
Default value : true
|
Decorators :
@HostBinding('class.ecl-news-ticker__icon')
|
|
Adds the |