Summary: Angular Architecture
Discover the core structure of Angular applications by learning how modules, components, and services work together. Understand why TypeScript is used in Angular and how these elements form the foundation of building your own application using the Angular CLI.
We'll cover the following...
We'll cover the following...
In this chapter, we set up a new Angular application using the CLI, and we reviewed the main parts of the application. We discussed how ...