packages/ecl/components/ecl-fact-figures/ecl-fact-figures-view-all.component.ts
Component representing the "View all" section in a Fact & Figures block. Used to display a link that allows users to view additional content.
| selector | ecl-fact-figures-view-all |
| styles |
:host {
display: block;
}
|
| templateUrl | ./ecl-fact-figures-view-all.component.html |
Properties |
Methods |
Inputs |
HostBindings |
Accessors |
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| class |
Type : string
|
|
Applies the base class |
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| eclLink |
Type : EclLinkDirective
|
Decorators :
@ContentChild(EclLinkDirective)
|
|
Reference to the projected link directive inside the component. Automatically decorated with a specific class upon initialization. |
| cssClasses |
getcssClasses()
|
|
Applies the base class
Returns :
string
|