I'm just starting angular and am able to display the homepage via the url: http://localhost:8002/app/#/home
Now, I want to use a name tag, to go to 'FAQ' section within the same page by using: 
<a href="#faq">FAQ</a> and <section id="faq"> 
However, this is not working. Can anyone please guide me here ? 
 
     
     
    