Angular 9 New Features



Angular 9 New Features:

The IVY Compiler which provides a huge performance.
  1. The default use of the IVY compiler is the most important feature of Angular 9. IVY is what actually designed to solve the major problems of Angular i.e the performance and large file size.
  2. Smaller bundle sizes and augmented Performance
  3. Faster testing
  4. Better debugging
  5. Improved CSS class and style binding
  6. Improved Internationalization
  7. Improved build errors
  8. Improved build times, enabling AOT on by default 
  9. Improved type checking
  10. AOT compilation everywhere
  11. Selector less bindings support for Angular IVY
  12. Improvements to differential loading 
  13. Support for TypeScript Diagnostics Format
  14. Support for more scopes in ProvidedIn
  15. Additional provider scopes
  16. Globalization
  17. Bundle sizes
  18. A New Type-Safe TestBed.inject() method instead of TestBed.get()
  19. Improved developer experience
  20. New debugging API in development mode
  21. Testing
  22. Strict mode
  23. Angular Components
  24. Improved component and directive class inheritance
  25. Stabel Bazel release as  opt-in option
  26. Latest TypeScript versions
  27. Improved styling experience
  28. Improved server side rendering with Angular Universal 

Comments