This seems to be the magic line to get it working: `factory(NgRoutingUsePushState, (_) => new NgRoutingUsePushState.value(false));` but the tutorial doesn't mention it, or I missed it.
This seems to be the magic line to get it working:
factory(NgRoutingUsePushState, (_) => new NgRoutingUsePushState.value(false));but the tutorial doesn't mention it, or I missed it.