Answers for "how to make the scrollbar as top in angular"

5

angular scroll to top

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

Code answers related to "how to make the scrollbar as top in angular"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language