projects/m2-core/src/lib/core/utils/file.utils.ts
Methods |
|
| Static downloadFile |
downloadFile(href: string, fileName?: string)
|
|
Returns :
void
|
| Static handleFileData | |||||||||
handleFileData(file: File, dataHandler: (base64file: string,fileName: string) => void)
|
|||||||||
|
Parameters :
Returns :
void
|
| Static readFileAsText | ||||||
readFileAsText(blob: Blob)
|
||||||
|
Parameters :
Returns :
Observable<string>
|