
1 minute read
Angular 14: Major Updates & Added Features
In-Built Enhancements - Take a look at the in-built enhancements introduced by Angular14. Support for TypeScript 4.7 has been added and the ES2020 has been included by default; now the CLI can deploy small-sized codes without the need for downgrading. V14 allows connecting to the protected component members straightaway from the templates; this way, you gain greater control over the reusable components using the public API surface.
The Offline Availability Of Angular DevTools - Angular DevTools are used by developers for real-time inspection of Angular’s components & diagnostics. With the Angular14 release, the debugging extension of Angular DevTools supports offline use. For accessing DevTools in offline mode, you need to use its debugging plugin. Firefox users can find this plugin via Mozilla’s ‘Add-ons.’ Being able to access DevTools even when offline will help Angular developers to save a considerable amount of time.
Advertisement
