Skip to content

Commit 74d0a28

Browse files
author
bartosz.magrys
committed
#11 Enable Ivy compiler in projects
1 parent 04000b4 commit 74d0a28

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ They are listed in concrete projects.
4141
---
4242
#### All technologies and tools used across projects
4343

44-
- Newest [Angular 8](https://angular.io/)
44+
- Newest [Angular 8](https://angular.io/) with [Ivy compiler](https://angular.io/guide/ivy) enabled
4545
- Going beyond typical use cases of [Angular Elements](https://angular.io/guide/elements)
4646
- Envelope and all micro applications compatible with [Lazy Loading Feature Modules](https://angular.io/guide/lazy-loading-ngmodules)
4747
- Extending Angular CLI with [ngx-build-plus](https://github.com/manfredsteyer/ngx-build-plus)

micro-frontend-app-orders/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Can be hosted separately and referenced at runtime in Envelope app.
1515
Current status:
1616
- :heavy_check_mark: Angular 8
1717
- :heavy_check_mark: Lazy loading
18-
- :x: Ivy support
18+
- :heavy_check_mark: Ivy support
1919
- :x: Angular router fully working
2020

2121
---

micro-frontend-app-orders/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"angularCompilerOptions": {
3+
"enableIvy": true
4+
},
25
"compileOnSave": false,
36
"compilerOptions": {
47
"baseUrl": "./",

micro-frontend-envelope/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Fully functional Angular app acting as a shell for micro apps
1212
Current status:
1313
- :heavy_check_mark: Angular 8
1414
- :heavy_check_mark: Lazy loading
15-
- :x: Ivy support
15+
- :heavy_check_mark: Ivy support
1616
- :x: Angular router fully working
1717

1818
---

micro-frontend-envelope/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"angularCompilerOptions": {
3+
"enableIvy": true
4+
},
25
"compileOnSave": false,
36
"compilerOptions": {
47
"baseUrl": "./",

0 commit comments

Comments
 (0)