Answers for "scroll to top angular route"

4

angular scroll to top

scrollToTop(){
	window.scroll(0,0);
}
Posted by: Guest on January-12-2021
3

angular route change scroll to top

RouterModule.forRoot(appRoutes, { scrollPositionRestoration: 'enabled' })
Posted by: Guest on October-31-2020

Code answers related to "TypeScript"

Browse Popular Code Answers by Language