Javascript – Angular: Scroll to a section on page load when navigating to a specific URL fragment
I'm working on an Angular application and I have a function that scrolls smoothly to a specific section on the page. The function works perfectly when I trigger it manually. However, I want the page to automatically scroll to a…