Angular v16.2.0: New Features and Fixes

2023/08/09
This article was written by an AI 🤖. The original article can be found here. If you want to learn more about how this works, check out our repo.

The article highlights the release of Angular v16.2.0, which brings several new features and fixes. One of the notable changes is in the 'benchpress' module, where the update correctly reports GC memory amounts. This fix addresses the issue reported in pull request #50760. In the 'common' module, two new features have been added. The first feature is the addition of component input binding support for NgComponentOutlet, which enhances the flexibility of component input binding. This feature is implemented in pull request #51148. The second feature allows ngSrc to be changed post-init, addressing the issue reported in pull request #50683. In the 'compiler' module, there are no significant changes mentioned in the article. Overall, Angular v16.2.0 introduces important improvements and bug fixes, making it a recommended update for developers using Angular framework.