[Vuejs]-How do UI frameworks like Angular / Vue enable event $emits?

0👍

After much searching, found out the way event’s are handled for Child to Parent communication in Angular is through RxJS Subjects.

Here is the article that explains that in detail.

Leave a comment