What is wrong here? I\'m trying to make it work but I get that error in the header. I have included the in the app
app
In my case, on app.module.ts ( Ionic 3 )
providers: [ , StatusBar , SplashScreen
Changed to:
providers: [ StatusBar , SplashScreen
And works.