-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
play pause #184
Comments
it ok now play(){ i use id 0 |
case 'music-controls-pause':
|
How can I post all of the tracks playing at the same time? @walid-deutscher |
<audio-track #audio *ngFor="let track of myTracks" [track]="track" (onFinish)="onTrackFinished($event)" (onPlay)="onPlay($event)" (onPAuse)="onPAuse($event)">
i want add music control to with event play pause but not work
how can i add
The text was updated successfully, but these errors were encountered: