JSZIP Angular

// import:
import * as JSZip from 'jszip';

//Then, it is used as follows:
let zipFile: JSZip = new JSZip();
Wide-eyed Fox