packages/ecl/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-link.directive.ts
Directive, that applies a specific class to a element in site footer.
| Selector | [eclSiteFooterLink] |
Properties |
Methods |
Inputs |
HostBindings |
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| class.ecl-site-footer__link |
Type : boolean
|
Default value : true
|
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| className |
Type : unknown
|
Default value : true
|
Decorators :
@HostBinding('class.ecl-site-footer__link')
|