@ionic-native/streaming-media

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 :wink:

...

import { StreamingMedia } from '@ionic-native/streaming-media';

...

@NgModule({
  ...

  providers: [
    ...
    StreamingMedia
    ...
  ]
  ...
})
export class AppModule { }
2 Likes

Hi LoLStats
It works !
Thanks!

Me ajudou aqui hoje ==> 16/01/2020 USA 2:20