packages/ecl/components/ecl-site-header/cta/ecl-site-header-cta.directive.ts
This directive is used, when we want to show call-to-action link in the site-header. Used in harmonised and standardised header variants.
| Selector | [eclSiteHeaderCta] |
Properties |
Methods |
Inputs |
HostBindings |
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| class.ecl-site-header__cta |
Type : boolean
|
Default value : true
|
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| className |
Type : unknown
|
Default value : true
|
Decorators :
@HostBinding('class.ecl-site-header__cta')
|