No provider for Camera! injectionError
问题 I am a beginner in Ionic 2. I would like to use the camera in Ionic. I followed https://ionicframework.com/docs/native/camera/ tutorial. I have already installed the cordova-plugin-camera plugin and installed ionic-native/camera using cli code. While I serve the project it shows Runtime Error: Uncaught(in promise):Error: No provider for Camera! injectionError I am sending the app.module.ts, html page, and type script page. Please have a look. app.module.ts import { NgModule, ErrorHandler }