in Angular by
Q:
Which Compiler does use by Angular 9 version?

1 Answer

0 votes
by

 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

Related questions

0 votes
asked Nov 24, 2019 in Angular by rajeshsharma
0 votes
asked Feb 15, 2020 in Angular by matthenary
0 votes
asked Jun 6, 2022 in Angular by john ganales
0 votes
asked Jun 6, 2022 in Angular by john ganales
...