EDIT: For what it's worth, I've learned that the SharedService is getting initialized twice. I suspect I'm working with separate instances, which is why the .subscribe() is limited only to the initiator. I don't know how to correct this... I thought everything was a singleton in Angular2?EDIT: For what it's worth, I've learned that th