A component in Angular can communicate data with its parent or child components using the decorators @Input() and @Output(), respectively. A component can access a child component, directive, or DOM element with the decorator @ViewChild().
Auto Sync....
Select Categories