In this chapter, we’ll learn how to generate a new project using angular-cli. We’ll create new components and a service to communicate with a rest API. As for the purely aesthetic aspect, we’ll include bootstrap in our application through CDNs.
Creating a New Project
Whether you have directly arrived at this chapter or have previously gone through the previous one, this is the time to make our first application with Angular.
This application will allow us to lay the foundations for all ...