Answers for "angular 11 routing scroll to top"

6

angular scroll to top

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

angular route change scroll to top

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

Code answers related to "Javascript"

Browse Popular Code Answers by Language