Use of Zip Plugin #4430
Unanswered
TheRealSharky
asked this question in
Q&A
Replies: 1 comment
-
@danielsogl Mate can you have a look at this? Getting the exact same a year later |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I enter in app.module.ts
import { zip } from '@awesome-cordova-plugins/zip/ngx';
and
providers: [ ..., Zip],
I get the following error message:
Error: Invalid provider for the NgModule 'AppModule' - only instances of Provider and Type are allowed, got: [..., ?[object Object]?]
What do I need to change to use the plugin as expected?
Project: Ionic 6, Angular & Capacitor
Beta Was this translation helpful? Give feedback.
All reactions