Angular 8 Adds Default Differential Loading
Written by Kay Ewbank   
Thursday, 30 May 2019

The new release of Angular is here, with improvements to the framework, Angular Material, and the CLI designed to improve application startup time on modern browsers. There are also new APIs to let developers make better use of the CLI.

Angular is a is a TypeScript-based web application framework. It is open source, and can be used for building JavaScript apps and dynamic web pages. It has gained widespread support partially because it's a good framework, and partially because of the work on its development by a team at Google. 

angular

The headline change to the new version is that differential loading is turned on by default. Differential loading lets the browser in which your app is loaded choose what works best - modern or legacy JavaScript. The new release of Angular automatically performs both a modern build (es2015) and a legacy build (es5) of your application. Writing about the new support on the Angular blog, Stephen Fluin said:

"On angular.io we saved over 40kB of initial bundle size for modern browsers. From the community we’ve heard that applications generally save 7–20% of their bundle size, depending on the amount of modern JavaScript features they take advantage of."

The next improvement in the new version is support for EcmaScript dynamic import. This enables lazy loading of routes, meaning Angular now follows the JavaScript specification, and apps are more compatible with tooling.

WebWorker support is better in this release, making it easier to . offload work such as image or video manipulation to a background thread. meaning you can write code that moves expensive computation to a separate thread, and have that bundled in a separate script that works in the browser. You can now generate new web workers from the CLI, use it in your application, and the CLI will be able to bundle and code split it correctly.

There's also a new Builders API in the CLI that can be used by tooling developers to replace the behavior of CLI commands such as build and test. 

angular 

More Information

Angular Site

Related Articles

Angular Jumps To Version 4  

Angular 2.0.0 Launched 

AngularJS 2.0 Is Radically Different 

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

Banner


Apache Updates Geronimo Arthur
28/03/2024

Apache Geronimo Arthur has been updated with support for Common-compress, XBean, and ensures the default options are compatible with last GraalVM release.



WasmCon 2023 Sessions Now Online
01/03/2024

The recorded session of the premier conference for technical developers and users interested in exploring the potential of WebAssembly are now online.


More News

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info