I have a web in angular 2, with the routes set so that I can go browsing the web loading my different modules, when I click on a link the module I want is loaded, but the position of the scroll is maintained.
And I need that every time someone clicks on a link, the loaded module is shown from above as when you give a normal link in html that the page is loaded from above and the scroll position is up.