Bom dia. Estou com problemas a funcionalidade da câmera.Executei os comandos como passados na aula.
ionic cordova plugin add cordova-plugin-camera@2.4.1
npm install --save @ionic-native/camera
Quando tentei adicionar Camera no app.module tive o seguinte erro.
Error: Invalid provider for the NgModule 'AppModule' - only instances of Provider and Type are allowed, got: [StatusBar, SplashScreen, [object Object], CarrosServiceProvider, AgendamentosServiceProvider, AgendamentoDaoProvider, UsuariosServiceProvider, ApiServiceProvider, Vibration, DatePicker, ?[object Object]?]
O próprio Visual Studio Code sugeriu mudar para CameraOriginal então ficou o seguinte erro.
Error: Encountered undefined provider! Usually this means you have a circular dependencies (might be caused by using 'barrel' index.ts files.
Agradeço a ajuda !!