packages/ecl/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-link.directive.ts
Directive, that applies a specific class to the element for the logo in site footer.
| Selector | picture[eclSiteFooterPicture] |
Properties |
Methods |
Inputs |
HostBindings |
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| class |
Type : string
|
Default value : 'ecl-picture ecl-site-footer__picture'
|
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| classNames |
Type : string
|
Default value : 'ecl-picture ecl-site-footer__picture'
|
Decorators :
@HostBinding('class')
|