Skip to main content
deleted 16 characters in body
Source Link
Pran R.V
  • 1.2k
  • 12
  • 23

Angular lately introduced a new feature, inside angular routing module make changes like below

enter code here @NgModule({ imports: [RouterModule.forRoot(routes,{ scrollPositionRestoration: 'top' })], 

Angular lately introduced a new feature, inside angular routing module make changes like below

enter code here @NgModule({ imports: [RouterModule.forRoot(routes,{ scrollPositionRestoration: 'top' })], 

Angular lately introduced a new feature, inside angular routing module make changes like below

@NgModule({ imports: [RouterModule.forRoot(routes,{ scrollPositionRestoration: 'top' })], 
Source Link
Pran R.V
  • 1.2k
  • 12
  • 23

Angular lately introduced a new feature, inside angular routing module make changes like below

enter code here @NgModule({ imports: [RouterModule.forRoot(routes,{ scrollPositionRestoration: 'top' })],