Angular component interaction using @Input and @Output
Many times you will have a component that needs to receive or send data to its parent component.
Let's draw the following example, we will have an app component, and inside an alert component.
The alert component needs to receive a message to show. ...
h.daily-dev-tips.com3 min read