packages/ecl/components/ecl-site-header/notification/ecl-site-header-notification.component.ts
This component is used as a wrapper around ecl-notification component, when used in the site-header. Adds specific class and methods to show/hide the notification.
| selector | ecl-site-header-notification |
| templateUrl | ecl-site-header-notification.component.html |
Methods |
Inputs |
HostBindings |
Accessors |
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| class |
Type : string
|
| style.display |
Type : string
|
Default value : ''
|
| onHide |
onHide()
|
|
Returns :
void
|
| onShow |
onShow()
|
|
Returns :
void
|
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| cssClasses |
getcssClasses()
|