Angular ViewChild
Input and Output properties allow us to communicate between components in Angular. In short, if you have a component that raises an event, and you want another component to catch that event, you will need to set the Output property on the component that raises that event. If you have a parameter you want to… Continue reading Angular ViewChild