packages/ecl/components/ecl-page-header/ecl-page-header-info.directive.ts
Styles the info section in the page header.
| Selector | [eclPageHeaderInfo] |
Properties |
Methods |
Inputs |
HostBindings |
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| class |
Type : string
|
Default value : 'ecl-page-header__info'
|
|
Applies 'ecl-page-header__info' class to the host. |
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| className |
Type : string
|
Default value : 'ecl-page-header__info'
|
Decorators :
@HostBinding('class')
|
|
Applies 'ecl-page-header__info' class to the host. |