InterviewSolution
| 1. |
What are Event Emitters and how do they work in Angular 5? |
|
Answer» Now, Unlike Angular 1, Angular 5 does not have a bi-directional DIGEST cycle. In this version, any changes OCCURRING within the component generally get propagated to all the children components present in the hierarchy through the current component. |
|