Hi,
I would like to use @ionic-native/streaming-media but I always get a blank screen.
Logs : uncaught (in promise): Error: no provider for StreamingMedia!
Could you help me ?
Regards,
Philippe
Hi,
I would like to use @ionic-native/streaming-media but I always get a blank screen.
Logs : uncaught (in promise): Error: no provider for StreamingMedia!
Could you help me ?
Regards,
Philippe
Did you import the plugin in your app.module.ts file? I think you forgot it
...
import { StreamingMedia } from '@ionic-native/streaming-media';
...
@NgModule({
...
providers: [
...
StreamingMedia
...
]
...
})
export class AppModule { }
Hi LoLStats
It works !
Thanks!
Me ajudou aqui hoje ==> 16/01/2020 USA 2:20