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 MoreIn this post, we will see how to add Bootstrap in the Angular project created in the post:How to consume a Web API in Angular First of all, we open terminal, go to the directory of the project and we run the command npm install bootstrap, in order to install Bootstrap. Then, we open the […]
Read More