so i am having hard time to figure out how to scroll page to top of window upon user interaction (like click on item). In AngularJS i could use $window.scrollTo(0, 0);
I am not using Angular2 Router so need something like aformentioned $window
Any help would be appreciated.