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.
BY Best Interview Question ON 01 Jul 2020