packages/ecl/components/ecl-pagination/ecl-pagination-list.directive.ts
Directive to apply ECL styles to the pagination list element.
Adds the ecl-pagination__list class to the host element.
| Selector | [eclPaginationList] |
Properties |
Methods |
Inputs |
HostBindings |
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| class.ecl-pagination__list |
Type : boolean
|
Default value : true
|
|
Adds the |
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| hasClass |
Type : unknown
|
Default value : true
|
Decorators :
@HostBinding('class.ecl-pagination__list')
|
|
Adds the |