The Angular Renaissance
Our applications need to continually evolve, and to meet this need, the Angular framework and its ecosystem also continue to evolve.
In this chapter, we will learn about the latest features of Angular. While many of them are still in the developer preview phase, it is important for us to get a glimpse of what the future holds for this incredible framework.
In this chapter, we will cover the following topics:
- Updating your project with the Angular CLI
- Using a new way to create templates – control flow
- Improving the user experience using the
defer
command - Creating transitions between pages – view transactions
- Simplifying application states – Angular Signals
By the end of this chapter, you will have learned how to stay up to date with future versions of the framework and how to update your project.