How to do Component Communication in Angular?
In Angular Apps, you are going to come across a scenario where component needs to communicate with each other. In this blog, we will see how to send data from one component to another component in Angular application. You can send data from parent to child or child to parent component. How to pass data … Read more