packages/ecl/components/ecl-content-block/ecl-content-block.component.ts
Component representing a content block, based on the ECL design system. Serves as a container for structured content such as titles, texts, and links.
| selector | ecl-content-block |
| styles |
:host {
display: block;
}
|
| templateUrl | ./ecl-content-block.component.html |
Properties |
|
Methods |
Inputs |
HostBindings |
Accessors |
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| class |
Type : string
|
|
Binds the component's root CSS classes.
Adds the |
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| Readonly el |
Type : unknown
|
Default value : inject(ElementRef)
|
| cssClasses |
getcssClasses()
|
|
Binds the component's root CSS classes.
Adds the
Returns :
string
|