Details: In Angular it is important to instantiate ReduxApp inside an
Angular [zone][whats-a-zone] so that Angular will be able to monitor changes
even when actions are not dispatched from within it - as in the case of time
travel debugging where the actions and states are assigned by the Redux
DevTool browser extension. The most simple way to achieve that is to
instantiate ReduxApp inside an Angular Component.