I am using angular 5. I have a dashboard where I have few sections with small content and few sections with so large content that I am facing a problem when changing router
try this
@NgModule({ imports: [RouterModule.forRoot(routes,{ scrollPositionRestoration: 'top' })], exports: [RouterModule] })
this code supported angular 6<=