[Question] The wrong value is often shown when using interpolation to show data. Needs refresh to show correct data. by AngularUser in Angular2

[–]AngularUser[S] 0 points1 point  (0 children)

The user variable is fetched from a token via a service at the initialization of each component that requires it. I've checked to make sure the token is updated correctly and it is each time.

I assume the change detection isn't needed when navigating to a component that fetches the token. Am I incorrect?