packages/ecl/components/ecl-site-header/banner-top/ecl-site-header-banner-top.component.ts
This component is used , when we want to show class name (used in standardised variant of site-header).
| selector | ecl-site-header-banner-top |
| styles |
:host {
display: block;
}
|
| templateUrl | ecl-site-header-banner-top.component.html |
Properties |
Methods |
Inputs |
HostBindings |
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| class.ecl-site-header__banner-top |
Type : boolean
|
Default value : true
|
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| className |
Type : unknown
|
Default value : true
|
Decorators :
@HostBinding('class.ecl-site-header__banner-top')
|