I have the following BehaviorSubject in a service:
isAuthenticated = new BehaviorSubject(false);
And I am using it as follows
I suspect its the order of operations - you need parenthesis around your subscription: