Angular 13
New Features and Updates
Let's start the journey and know what are the new Features and Updates that an Angular Developer should know about Angular 13.
Angular 13
View Engine
View Engine is completely removed from v13. It reduces dependency with ngcc. It leads to faster compilation because no metadata and summary files included.
Angular 13
IE11 Support Ended
Removing the IE11 support removes IE-specific polyfills and code paths. It helps in faster application loading and an improved user experience.
Angular 13
RxJS 7.4
Angular 13 will use RxJS 7.4 by default for apps created with ng new command. All existing apps using RxJS 6.x.x will have to run manual command to upgrade.
Angular 13
TypeScript 4.4
Angular v13 will support TypeScript 4.4. It was released in August 2021.