packages/ecl/components/ecl-banner/ecl-banner-title.directive.ts
Directive applied to the banner title container element. Adds appropriate styling class to the host element.
| Selector | [eclBannerTitle] |
Properties |
Methods |
Inputs |
HostBindings |
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| class |
Type : string
|
Default value : 'ecl-banner__title'
|
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| className |
Type : string
|
Default value : 'ecl-banner__title'
|
Decorators :
@HostBinding('class')
|