packages/ecl/components/ecl-fact-figures/ecl-fact-figures-item.component.ts
Component representing a single item within the Fact & Figures block. Optionally handles embedded icons and applies appropriate styling.
| selector | div[eclFactFiguresItem],ecl-fact-figures-item |
| templateUrl | ./ecl-fact-figures-item.component.html |
Properties |
Methods |
Inputs |
HostBindings |
Accessors |
| eclTitle |
Type : string
|
| eclValue |
Type : string
|
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| class |
Type : string
|
|
Applies the base class |
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| eclIconComponents |
Type : QueryList<EclIconComponent>
|
Decorators :
@ContentChildren(EclIconComponent)
|
|
Query for any EclIconComponent children projected into the component. These icons will receive an additional CSS class. |
| cssClasses |
getcssClasses()
|
|
Applies the base class
Returns :
string
|