Angular 2/4/5 – Calling a parent component function from child component (EventEmitter)
14th January 2018
To be able to call a parents component form the child component, you need to use Angular EventEmitter. Emitting events allows your components to communicate with one another when a certain action has been executed. This is similar to the @Input() decorator, but here we use the @Output() decorator. Below is an example of how […]
Posted by Dillon