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?
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.