packages/ecl/components/ecl-feedback-message/ecl-feedback-message.directive.ts
Directive that renders a feedback message following the ECL design system. It automatically styles its content and nested icon components accordingly.
Should be applied to a container element that wraps a feedback message.
| Selector | [eclFeedbackMessage] |
Properties |
Methods |
Inputs |
HostBindings |
Accessors |
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| class |
Type : string
|
|
Applies the appropriate ECL feedback message CSS class to the host element. |
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| cssClasses |
getcssClasses()
|
|
Applies the appropriate ECL feedback message CSS class to the host element.
Returns :
string
|