Telerik-Verified-Plugins / ImagePicker

Cordova Plugin For Multiple Image Selection
MIT License
181 stars 328 forks source link

Type ImagePicker does not have 'ɵmod' property. #243

Open thecodeguru360 opened 3 years ago

thecodeguru360 commented 3 years ago

I'm trying to use ImagePicker into my fresh ionic capacitor application, on running it simulator is throwing Error: Type ImagePicker does not have 'ɵmod' property. error into console. Here is my ionic info,

Ionic:

Ionic CLI : 6.12.4 (/usr/local/lib/node_modules/@ionic/cli) Ionic Framework : @ionic/angular 5.5.4 @angular-devkit/build-angular : 0.1101.4 @angular-devkit/schematics : 11.1.4 @angular/cli : 11.1.4 @ionic/angular-toolkit : 3.1.0

Capacitor:

Capacitor CLI : 2.4.6 @capacitor/core : 2.4.6

Utility:

cordova-res : not installed native-run : not installed

System:

NodeJS : v14.15.1 (/usr/local/bin/node) npm : 6.14.8 OS : macOS Big Sur

I installed the plugin using the following commands.

npm install cordova-plugin-telerik-imagepicker npm install @ionic-native/image-picker

jlt0022 commented 3 years ago

Same problem, following.

FelixNiedermann commented 3 years ago

Did you solve it? I got the same problem right now.

ionicserve commented 2 years ago

Please make sure , You are Importing in module in providers array.