I'm working on a hybrid angular app. I need to listen to an event (an observable may be ) in the angularjs controller and the event would be triggered by angular 4 component. Is there any way we could actually accomplish this ?
It is not possible to achieve it with events. There are two other ways.
Thanks!