Angular2 FileSaver.js - Cannot find module 'file-saver'
Install the Library as follows,
npm install file-saver --save
This will solve your problem.
just use this import statment
import * as fileSaver from 'file-saver';
Install the Library as follows,
npm install file-saver --save
This will solve your problem.
just use this import statment
import * as fileSaver from 'file-saver';