packages/ecl/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-description.directive.ts
Directive, that applies a specific class to ecl-social-media-follow component in the footer.
| Selector | [eclSiteFooterSocialMedia] |
Properties |
Methods |
Inputs |
HostBindings |
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| class.ecl-site-footer__social-media |
Type : boolean
|
Default value : true
|
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| cmpClass |
Type : unknown
|
Default value : true
|
Decorators :
@HostBinding('class.ecl-site-footer__social-media')
|