Simon Bobrov

Results 118 comments of Simon Bobrov

the kinda solution is to put main.ts (the file where defineRoutes is called) in the project root. This automatically makes your imports "from root".

Hi, its weird. Have you found the problem?

Hi folks, The bug is originated at the angular 9 nature of the angular cli in this lib’s build process and I am not sure there is a way to...

Literally no idea how it could be connected... Do you have a reproducible example?

You don't use plyr actually. In your component https://github.com/d052057/Angular9/blob/a634926af679388b1868c7b6c10d289a6810620c/ClientApp/src/app/music/music.component.html there is no use of plyr component... You use native audio player instead

Hi, which version do you use and what’s your angular version ? This functionality appeared after v2+ only

That probably should be adressed at https://github.com/sampotts/plyr

Hem, could be my fault here. Currently the audio / video is delegated to the `` tag regardless of the type. There was no known issue because of that before;...

hi @maso2k17 I can confirm this. Strangely, it does not work for video as source only. For audio and streaming it displays volume controls right away (I don't take into...