How to respond to input changes reactively in the child component
Component interaction can work in one of the following three ways:
ngOnChanges() lifecycle hooks
Setters on the @Input() property
Services
If your component is a presentational component and interacts only with the @Input() and @Output() propert...
minibhati.hashnode.dev1 min read