Cindy

Results 2 comments of Cindy

I use it with angular 4.2.4, all i did was `npm install --save jszip` and then at the top of the service `import * as JSZip from 'jszip';`

@stephenad I decided to make a separate zipService (for the sake of maintainability and such). But that should not be necessary I guess. ``` import { Injectable } from '@angular/core';...