Chapter 1, TypeScript Best Practices, describes some of the best practices of the Typescript language. While Angular is compatible with other programming languages, in this book, we use Typescript. Typescript is powerful and expressive, but there are a few gotchas to avoid.
Chapter 2, Angular Bootstrapping, allows us to start on the right foot using the best available tools to create, build, and deploy our applications.
Chapter 3, Classical Patterns, revisits some of the well-known object-oriented patterns within the context of Angular.
Chapter 4, Navigational Patterns, focuses on the different ways to navigate Angular apps.
Chapter 5, Stability Patterns, presents different stability patterns that can be used to ensure the stability of real-world Angular applications.
Chapter 6, Performances Patterns, builds on the huge performance improvements made to Angular by Google and describes applicable patterns to improve the performances of your applications.
Chapter 7, Operation Patterns, focuses on getting our applications as operations ready after having implemented our features using well-known design patterns and livening them with some performances and stability patterns.