By Himanshu BatraAngular 01 Oct, 2020 As we know that these days angular is most powerful frontend framework for web application. But for making web application successful, we need to load or fetch dynamic data according to user's request or inputs. For retrieving data, we need to call a rest api which will return output and here we are going to elaborate passing that dynamic output to child component. For this we need to pass data before rendering to child component....