You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
think so.
a audioProvider was inject in app.html(app.component.ts), and has some tracks.
so the this.audioProvider.tracks has some audios, such as [1,2,3],
then nav to a page b, and the page b also has a audioProvider, inject by page b.
this.audioProvider.tracks in page b also has some audios like [4, 5];
so, at least, the this.audioProvider.tracks has audios as [1,2,3,4,5];
can any way to have two independent this.audioProvider.tracks?
thank you very much.
this is a very great plugin.
The text was updated successfully, but these errors were encountered:
think so.
a audioProvider was inject in app.html(app.component.ts), and has some tracks.
so the this.audioProvider.tracks has some audios, such as [1,2,3],
then nav to a page b, and the page b also has a audioProvider, inject by page b.
this.audioProvider.tracks in page b also has some audios like [4, 5];
so, at least, the this.audioProvider.tracks has audios as [1,2,3,4,5];
can any way to have two independent this.audioProvider.tracks?
thank you very much.
this is a very great plugin.
The text was updated successfully, but these errors were encountered: