For the life of me, I cannot figure out why this home page loads at the bottom. Is this an angular ui-router, angular, javascript or CSS issue? I\'ve been stuck on this fo
In your App routing module, Add the following to RouterModule
RouterModule.forRoot(routes, {scrollPositionRestoration: 'enabled'})