0 votes
in Angular by (1.8k points)
Which Compiler does use by Angular 9 version?

1 Answer

0 votes
by (1.8k points)

 Version 9 moves all applications to use the Ivy compiler and runtime by default. Angular has been updated to work with TypeScript 3.6 and 3.7. In addition to hundreds of bug fixes, the Ivy compiler and runtime offers numerous advantages:

  • Smaller bundle sizes
  • Faster testing
  • Better debugging
  • Improved CSS class and style binding
  • Improved type checking
  • Improved build errors
  • Improved build times, enabling AOT on by default
  • Improved Internationalization
Click here to read more about Angular JS
Click here to read more about Insurance

Related questions

0 votes
asked Nov 24, 2019 in Angular by rajeshsharma (23.1k points)
0 votes
asked Nov 24, 2019 in Angular by rajeshsharma (23.1k points)
0 votes
asked Feb 15, 2020 in Angular by matthenary (275 points)
...