Angular 9 release | New Breaking Changes | How to update app to Angular 9

Опубликовано: 08 Февраль 2020
на канале: Technical Babaji (Tarique Akhtar)
6,604
59

Angular now compiles with Ivy by default.
CLI apps compile in AOT mode by default (which includes template type-checking). Users who only built with JIT before may see new type errors.
Typescript 3.4 and 3.5 are no longer supported. Please update to Typescript 3.7.
tslib is now listed as a peer dependency rather than a direct dependency. If you are not using the CLI, you must manually install tslib, using yarn add tslib or npm install tslib --save.
------------------------------------------------------------
Angular release information
https://angular.io/guide/updating-to-...
Angular update Guide
https://update.angular.io/
Angular AOT information
https://angular.io/guide/aot-compiler
Angular Ivy information
https://angular.io/guide/ivy
----------------------------------------------------------------
In Version 9, Angular Ivy is the default rendering engine.
Rendering engine takes component class and template and generate HTML and Javascript code because browser doesn't understand angular syntax
so Ivy is the code name for Angular's next-generation compilation and rendering pipeline. With the version 9 release of Angular, the new compiler and runtime instructions are used by default instead of the older compiler and runtime, known as View Engine.

#angular9


Смотрите видео Angular 9 release | New Breaking Changes | How to update app to Angular 9 онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Technical Babaji (Tarique Akhtar) 08 Февраль 2020, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 6,604 раз и оно понравилось 59 людям.