Angular2 - 'watch' provider property in multiple components
问题 I'm coming form NG1 environment and currently I'm creating NG2 app with all available features. Before asking I was exploring google and stackoverflow questions but with no luck since angular 2 moved so fast with api architecture and most answers are out of date. My case: I have Auth provider (service) with property user, I would like to observe user and react in multiple components (navbar, sidebar etc.) What I tried: @Injectable(); export class Auth { private user; authorized: EventEmitter