View does not update after http request (change detection)

Versions:
“ionic”: "3.2.1"
“angular”: “4.1.0"”

When making an http call and binding the response body the view does not get updated automagically.
I have to inject the changedetector ref and call detectChanges for the view to update.

Any clues?

Update: Seems to happen only after I get redirected by a deeplink:

DeepLinks.routeWithNavController()

On the redirected page http calls seems to run outside of the angular zone.