packages/ecl/components/ecl-file/ecl-file-download.directive.ts
Directive to apply the correct styling class for a standard file download link.
| Selector | [eclFileDownload] |
Properties |
Methods |
Inputs |
HostBindings |
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| class.ecl-file__download |
Type : boolean
|
Default value : true
|
|
Applies the ECL download class to the host element. |
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| className |
Type : unknown
|
Default value : true
|
Decorators :
@HostBinding('class.ecl-file__download')
|
|
Applies the ECL download class to the host element. |