List some new features comes with Angular6

devquora
devquora

Posted On: Feb 22, 2018

 

Latest Key features of Angular 6

  • Added support for creating Custom Elements based on Angular Components.
  • Animations: expose element and params within transition matchers.
  • Bazel: change ng_package rule to APF v6
  • singleline, multiline and jsdoc comments are now supported
  • compiler-cli : add resource inlining to ngc
  • support for TypeScript 2.7
  • Require node 8 as runtime engine

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Angular 6 Interview Questions

    Explain Ivy Renderer in Angular?

    Ivy Renderer is the next generation renderer to serve the purpose of enhanced performance. The Ivy renderer decreases the bundle size and the loading time which improves the performance and moreover, ...

    Angular 6 Interview Questions

    What is Bazel and Closure Compiler in Angular6?

    Bazel is a built tool introduced with the Angular 6 that is used extensively by Google. It is mainly used to optimize the angular compilation and improves the building and test on Angular apps. The C...

    Angular 6 Interview Questions

    Explain Service Worker in reference to Angular JS

    Service Worker is a script that runs in the web browser to manage the message caching for an application. It empowers the application to deliver user experience with reliability and performance that i...