▶Book Description
This book is an insightful journey through the most valuable design patterns, and it will provide clear guidance on how to use them effectively in Angular. You will explore some of the best ways to work with Angular and how to use it to meet the stability and performance required in today's web development world. You’ll get to know some Angular best practices to improve your productivity and the code base of your application.
We will take you on a journey through Angular designs for the real world, using a combination of case studies, design patterns to follow, and anti-patterns to avoid.
By the end of the book, you will understand the various features of Angular, and will be able to apply well-known, industry-proven design patterns in your work.
▶What You Will Learn
⦁ Understand Angular design patterns and anti-patterns
⦁ Implement the most useful GoF patterns for Angular
⦁ Explore some of the most famous navigational patterns for Angular
⦁ Get to know and implement stability patterns
⦁ Explore and implement operations patterns
⦁ Explore the official best practices for Angular
⦁ Monitor and improve the performance of Angular applications
▶Key Features
⦁ Get to grips with the benefits and applicability of using different design patterns in Angular with the help of real-world examples
⦁ Identify and prevent common problems, programming errors, and anti-patterns
⦁ Packed with easy-to-follow examples that can be used to create reusable code and extensible designs
▶Who This Book Is For
If you want to increase your understanding of Angular and apply it to real-life application development, then this book is for you.
▶What this book covers
⦁ 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.