Book
Submodule 19.3: Angular Components
Submodule 19.3: Angular Components
Completion requirements
View
- Component
- Interpolation
- Structural directives
- Pipes
Introduction
In this submodule, you will learn about Angular components and how we construct an Angular component and design its template to view. We will :
- Use Angular-CLI to scaffold out the barebones of an Angular component
- Construct the Angular component code and the template for the component
We will also learn about Angular Interpolation, Structural directives and Pipes