Angular Inputs and Outputs
Or how to get your components to talk to each other Directional communication In the following examples I’ll be showing a method to get components to communicate between each other when they are in a direct parent - child relationship. We’ll be using the @Input and @Output decorators for this