Previous Behavior:
Changing the route or navigation path would not affect the scroll position when navigating to another route. I.e the contents can
Seems like setting 'scrollPositionRestoration' to disabled fixes it
RouterModule.forRoot( appRoutes, { scrollPositionRestoration: 'disabled' } // <-- HERE )
See https://angular.io/api/router/ExtraOptions