What new in Angular 8?

devquora
devquora

Posted On: Feb 22, 2018

 

Some of the new features in Angular 8 are,

  • It supports TypeScript 3.4. All the angular 8 applications now need TypeScript 3.4 to run.
  • It now supports the Web worker class. It frees the main thread to update the user interface while it facilitates the CPU intensive computations in the background thread.
  • It has a new compiler called Ivy rendering engine and a new build system called Bazel. It has features that enable you to build a CLI application more quickly.
  • With Angular 8, you can facilitate dynamic import syntax instead of lazy-loaded modules.
  • Angular 8 now also has an improved ngUpgrade.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Angular 8 Interview Questions

    What is Angular 8?

    Angular 8 is the latest version of the most popular JavaScript framework that is used to develop front-end mobile apps, desktop apps, and SPAs (Single Page Applications). It is an open-source, typescr...

    Angular 8 Interview Questions

    What is Angular CDK?

    Angular CDK (Component Development Kit) is comprised of tools, services, components, classes, and modules that are used by the developers to build components of the web. It represents an abstraction o...

    Angular 8 Interview Questions

    What is Wildcard route in Angular?

    The wildcard is the last route in the appRoutes array of routes specified by the **path. This route will be selected by the router if the requested URL doesn’t match any of the paths defined in ...