1.

What are the new features in angular 8?

Answer»

Angular 8 it has following new FEATURES such as

  • Differential loading- It is a technique that automatically makes your angular applications more performant. When you BUILD applications for production, two bundles are created- One bundle for Modern BROWSERS that support ES6+ and another bundle for older browsers that only support ESS.
  • Dynamic imports for lazy routes- In Angular version 8 there is nothing new in the concept of lazy routes itself but the syntax has totally changed. In the older version of Angular CustomString Syntax is used, but angular 8 uses standard dynamic import syntax so the syntax which is customized to Angular is migrated to industrial standard.
  • Ivy rendering Engine- It translates the templates and components into regular HTML and javascript that the browser can interpret and understand.
  • Bazel- It is a building tool through which angular developer can build backends and frontends.
Also Read: Angular 2 Interview QUESTIONS


Discussion

No Comment Found