@input decorator used to pass data from parent to child component. @Output decorator is used to pass the data from…
In this blog article, we will discuss about sending user events from Child Component to Parent Component using @Output() decorator,…
@input decorator used to pass data from parent to child component. @Output decorator is used to pass the data from…
In this blog article, we will discuss about sending user events from Child Component to Parent Component using @Output() decorator,…