sarriaroman / photoviewer

PhotoViewer Cordova Plugin
MIT License
156 stars 212 forks source link

StaticInjectorError[PhotoViewer] #116

Open EnriqueV opened 6 years ago

EnriqueV commented 6 years ago

I HAVE this error: StaticInjectorError[PhotoViewer]: StaticInjectorError[PhotoViewer]: NullInjectorError: No provider for PhotoViewer!

bobolat commented 6 years ago

i got this error too. i believe it is because we use browser to check. i compile the apps and try the plugin..it working fine

kevingrabher commented 5 years ago

Add it in app.module.ts

at the top: import { PhotoViewer } from '@ionic-native/photo-viewer/ngx';

as well as under Providers providers: [ StatusBar, SplashScreen, PhotoViewer, ...