Creating a Netflix like interface by embedding video with iframe in Angular
We will embed a Youtube video with <iframe> in Angular. First we will modify the Youtube video url so that it works with <iframe>.
Youtube video url - https://www.youtube.com/watch?v=uYPbbksJxIg
To modify we repace “watch” with “embed”, and we replac...
prashantblog.hashnode.dev3 min read