๐ข Anchor Navigation
Information
Section titled โInformationโYou begin with an application that has basic navigation and anchor navigation in the HomeComponent. However, using href recreates the path each time and refreshes the page.
Statement
Section titled โStatementโ- Your task is to refactor this application to use the built-in navigation tool to better fit within the Angular Framework. You can explore the router, but itโs better to stay within the template and use the
RouterLinkdirective. - To improve the user experience, add smooth scrolling.
