I\'m trying to wrap my head around best practice when using Observables alongside ChangeDetectionStrategy.OnPush.
ChangeDetectionStrategy.OnPush
The example demonstrates the common sc
With this ChangeDetectionStrategy.OnPush you are telling your component to only listen for changes on it's input properties.
I added loading component to your example just to show you how it works: http://plnkr.co/edit/k5tkmcLlzkwz4t5ifqFD?p=preview