1. Creating the Base Application
Learning Objectives
By the end of the chapter, you will be able to:
- Build a modular Angular app using Angular CLI
- Implement a reusable user interface module based on the Bootstrap framework
- Implement application logic using a clean separation of concerns
- Use services to retrieve data from a REST API
- Use resolvers to make sure that the data is loaded before navigating to the page
This chapter introduces us to Angular CLI and how to use it to create a new application. Here, we will create the various components and implement the logic for our app.