smnbbrv / ngx-plyr

Angular 6+ binding for Plyr video & audio player
https://smnbbrv.github.io/ngx-plyr/
MIT License
100 stars 65 forks source link

'plyr' is not a known element #6

Closed dineshadhikari closed 5 years ago

dineshadhikari commented 5 years ago

<plyr style="width: 640px;" plyrTitle="Video 1" [plyrSources]="videoSources" (plyrInit)="player = $event" (plyrPlay)="played($event)">

However - using it as an inline component doesn't seem to be working properly:

smnbbrv commented 5 years ago

Hi, are you sure you added plyr module into your module?

smnbbrv commented 5 years ago

Closing as inactive / needs more info