Section 2: Components – the Basic Building Blocks of an Angular App
This section explains how to organize an Angular 10 application into components and modules, and how to use the HTTP client to get data from a backend API and leverage built-in directives and pipes to enhance components.
This part comprises the following chapters:
- Chapter 3, Component Interaction and Inter-Communication
- Chapter 4, Enhance Components with Pipes and Directives
- Chapter 5, Structure an Angular App
- Chapter 6, Enrich Components with Asynchronous Data Services