Skip to content

Are there any way to have two audioProvider? #207

@yimity

Description

@yimity

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions