Angular – How to add a menu in a project
In this post, we will see how to add a menu in the angular project created in the post: How to consume a Web API in Angular. We open terminal, go to the project’s folder and we create three new components using the commandsng g c topmenung g c homepageng g c newuser and then,… Read More »