Part 1: Reinforcing the Foundations
In this part you will delve deeper into the fundamentals of the Angular framework and its basic concepts such as why to use Angular, how to organize your project and set up a productive development environment. In addition, you will learn about best practices in the tasks of component creation and communication with the backend.
This part has the following chapters:
- Chapter 1, Starting Projects the Tight Way
- Chapter 2, Organizing Your Application
- Chapter 3, TypeScript Patterns for Angular
- Chapter 4, Components and Pages
- Chapter 5, Angular Services and the Singleton Pattern