考虑我有3个组件。 1.患者中的患者成员 2. / patient / list中的2.PatientListComponent 3.PatientCareXComponent in / patient / care / x
我在patient.service.ts中使用了behaviorubject来从patientlistcomponent转换数据。我面临一些问题: 1.最初在数据到达的/ patient / list页面中,我看到在Console.logs中的PatientComponent中可见的数据,但不是PatientCareXComponent。 2.当我从/ patient / list移动到/ patient页面时,可见数据也会消失。
代码与Angular2:RxJS Subject not responding to events相同,而且我在PatientCareXComponent中添加的PatientComponent中的代码相同。请支持。