Summary
We’ve reached the end of this book, and first of all, I want to thank you for reading the book and congratulate you on finishing it! You learned and did a lot during the course of this book. You created your own Nx monorepo, ready to scale to hundreds of Angular applications and libraries. You know how to configure the Nx monorepo to your personal needs and add the first libraries and applications inside your monorepo. After creating the monorepo and adding projects, you learned about built-in and custom Nx generators and how to use them to generate boilerplate code and bring consistency into your monorepo.
Next, we moved on to Angular and learned about the latest developments of the framework, as well as how to utilize powerful features such as component communication, Angular routes, and dependency injection (DI). You learned about pipes, directives, and animation after exploring the framework’s newest and most powerful features. You saw how to create custom...