@leonardofmed wrote:
After installing the Zip plugin
ionic cordova plugin add cordova-plugin-zip npm install @ionic-native/zipand importing in app.module.ts
import { Zip } from '@ionic-native/zip/ngx';I got the following error:
ERROR in ./src/app/app.module.ts
[ng] Module not found: Error: Can’t resolve ‘@ionic-native/zip/ngx’If I try to import as ‘@ionic-native/zip’:
Uncaught TypeError: Object(…) is not a function
Am I missing something?
Posts: 1
Participants: 1