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
hi @vmudigal only startOffset is working while i used the plug in angular 8
code for your reference
<ngx-audio-player
[startOffset]=startOffset
[endOffset]=endOffset
[autoPlay]=true
[displayPlaylist]=false
[playlist]="playlist">
playlist we hitting the api data
In player.ts @input() startOffset = 0; @input() endOffset = 180;
startoffset is working endoff not working
The text was updated successfully, but these errors were encountered:
hi @vmudigal only startOffset is working while i used the plug in angular 8
code for your reference
<ngx-audio-player
[startOffset]=startOffset
[endOffset]=endOffset
[autoPlay]=true
[displayPlaylist]=false
[playlist]="playlist">
playlist we hitting the api data
In player.ts
@input() startOffset = 0;
@input() endOffset = 180;
startoffset is working endoff not working
The text was updated successfully, but these errors were encountered: