UNPKG
file-saver-angular
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.2
0.0.1
This library is used to export data to csv/excel
file-saver-angular
/
lib
/
file-saver-angular.component.d.ts
6 lines
(5 loc)
•
155 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
OnInit
}
from
'@angular/core'
;
export
declare
class
FileSaverAngularComponent
implements
OnInit
{
constructor
(
);
ngOnInit
():
void
; }