Submodule 19.3: Angular Components
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