I am using @angular/youtube-player to render a video in angular app. I need to play it on autoplay. on reading the docs, I got the configuration to set it to autoplay. but still somehow its not running..
here is the stackblitz link
pls help me to set the parameters
this must be changed
[playerVars]="{'autplay': 1}"
to this
[playerVars]="{'autoplay': 1}"
in order to work as expected
2.1m questions
2.1m answers
60 comments
57.0k users