DEV Community

Discussion on: AngularJS communication between two components

Collapse
 
zilurrane profile image
Zilu Ramkrishna Rane

RxJS comes with concept of Subject.
You can look at below article for more details.
hackernoon.com/subjects-in-angular...
In our project we used Subject to pass value from One Component to Another.

Collapse
 
nikolaof profile image
nikolaof

Can this be used with AngularJS (1.x) ? Because I'm only seeing references with Angular2

Collapse
 
zilurrane profile image
Zilu Ramkrishna Rane

I never tried AngularJS(1.x) So, not sure about practicality of above solution here.
You can have a try.