packages/ecl/components/ecl-site-footer/ecl-footer-elements/eu/ecl-site-footer-fixed-content.ts
There is some fixed content in the site footer, that cannot be changed by the user and is mandatory. This component represents this fixed content.
| selector | ecl-site-footer-fixed-content-eu |
| imports |
NgTemplateOutlet
TranslateModule
EUI_ECL_LINK
EclSiteFooterRowDirective
EclSiteFooterColumnDirective
EclSiteFooterSectionDirective
EclSiteFooterPictureDirective
EclSiteFooterLogoImageDirective
EclSiteFooterListDirective
EclSiteFooterListItemDirective
EclSiteFooterLinkDirective
EclSiteFooterTitleDirective
|
| templateUrl | ./ecl-site-footer-fixed-content.component.html |
Methods |
Inputs |
| content |
Type : any
|
|
The rest of the content of the site footer. |
| ecLogoLanguageCode |
Type : string
|
|
The code of the current language for the logo. If there is no logo for the current language, a default logo will be displayed. |
| isCore |
Type : boolean
|
Default value : false
|
|
The component is showing different content, depending if it's core site footer or not. |
| languageCode |
Type : string
|
|
The code of the current language. Used to translate the content. |
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| getSupportedLanguageForLinkEib |
getSupportedLanguageForLinkEib()
|
|
Returns :
string
|
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|