How to organize Angular data service
问题 I have become slightly confused over Observables, Observers, Subjects, BehaviorSubjects, Services, injections, etc. I am trying to make a simple finance app. I have a transactions service that grabs the data from a REST server and then provides it to other services that can update it if they need to. I can get the list transactions component (which gets its data from getTransactions() )to update with the service, but I don't know how to get the edit component (which gets its data from "