Chapter 3. Beginning Frontend Development with Angular CLI
Note
Learning Objectives
By the end of this chapter, you will be able to:
Develop applications with the Angular CLI
Describe the consumption of RESTful API services from the client side
Implement core Angular features
Create a robust frontend design
Note
This chapter begins with the development of Angular CLI applications and then goes on to describe components, directives, services, and making HTTP requests in Angular by walking through several exercises and activities.