feat(core): use angular ivy (#4369)

* chore(deps): bump angular and typescript

- required to enable ivy output & partial compilation mode

* chore(build): enable ivy output & partial compilation mode

- change ngx builds to use ivy
- remove some code that is no longer required with ivy
This commit is contained in:
Johannes Korrek
2022-10-15 18:12:20 +02:00
committed by GitHub
parent a86c55ba5f
commit 85441e59ca
4 changed files with 192 additions and 136 deletions
-2
View File
@@ -2,7 +2,6 @@ import {
cleanupNgx,
generateLegacyBundles,
generateDeclarationFiles,
modifyMetadata,
transpileNgx,
transpileNgxCore,
} from '../build/ngx';
@@ -11,5 +10,4 @@ transpileNgxCore();
transpileNgx();
generateLegacyBundles();
generateDeclarationFiles();
modifyMetadata();
cleanupNgx();