An angular component is based on the youtube player iframe API. This component came as a result of the open-source project Echoes Player – an alternative player for watching and listening to media from youtube.
angular youtube player component, angularyoutube player stackblitz, ngx youtube player, angularyoutube player npm, angular youtube player autoplay, angular video player
How to make use of it:
Installation
npm install ngx-youtube-player
Supported API
Currently supported attributes:
Inputs
- height (number) – optional height for the player
- width (number) – optional width for the player
- videoId (string) – will load the specified video by id
outputs
- ready (YT.Player) – implements youtube’s player onReady event -> sends a newly created yt player instance
- change – a state change event channeling the youtube’s player instance state event object
angular 4/5 youtube player component Plugin/Github, angularyoutube player documentation, youtube player angular width
See Demo And Download
Official Website(orizens): Click Here
This superior jQuery/javascript plugin is developed by orizens. For extra advanced usage, please go to the official website.