Angular2:rxjs Subject Not Responding To Events
I maintain a table which is generated from array of objects in which on click on a row would give an object which contain data of that one particular row.I needed to share it with
Solution 1:
You need to declare provider of PatientService in PatientComponent
, not in PatientList
Post a Comment for "Angular2:rxjs Subject Not Responding To Events"