In this tutorial, we’re gonna build an Angular Application that helps us to search YouTube when typing. The result is a list of video thumbnails, along with a description and link to each YouTube video. We’ll use RxJS 6 for processing data and EventEmitter
for interaction between Components.
[Continue reading…] “Angular 6 Search Box example with Youtube API & RxJS 6”