1 minute read

Other Noteworthy Updates In Angular 14

• The Angular Router (Angular’s robust routing library) supports the function of lazy loading of modules. The loading of modules on demand improves the performance of an Angular app.

• The NgModel modifications for OnPush components get reflected in the UI. This update was added by the Angular community to resolve a major issue encountered by the earlier versions.

Advertisement

• With V14, you get an extendible framework that helps developers to gather improved insights about their templates along with suggestions for improving performance.

• There are new runtime error codes that enable developers to identify debugging information quickly & easily. You can create an optimizer that allows you to retain the error codes while you tree-shake the error messages from the production bundles.

This article is from: