packages/ecl/components/ecl-splash-page/ecl-splash-page-language-category/ecl-splash-page-language-category.component.ts
Component representing a category of languages displayed on the splash page. Used to group related language links under a common title.
| selector | div[eclSplashPageLanguageCategory] |
| templateUrl | ./ecl-splash-page-language-category.component.html |
Methods |
Inputs |
HostBindings |
Accessors |
| title |
Type : string
|
|
Title of the language category. |
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| class |
Type : string
|
|
Binds the appropriate ECL styling class to the host element. |
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| cssClasses |
getcssClasses()
|
|
Binds the appropriate ECL styling class to the host element.
Returns :
string
|