File tree 5 files changed +9
-3
lines changed
micro-frontend-app-orders
5 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ They are listed in concrete projects.
41
41
---
42
42
#### All technologies and tools used across projects
43
43
44
- - Newest [ Angular 8] ( https://angular.io/ )
44
+ - Newest [ Angular 8] ( https://angular.io/ ) with [ Ivy compiler ] ( https://angular.io/guide/ivy ) enabled
45
45
- Going beyond typical use cases of [ Angular Elements] ( https://angular.io/guide/elements )
46
46
- Envelope and all micro applications compatible with [ Lazy Loading Feature Modules] ( https://angular.io/guide/lazy-loading-ngmodules )
47
47
- Extending Angular CLI with [ ngx-build-plus] ( https://github.com/manfredsteyer/ngx-build-plus )
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Can be hosted separately and referenced at runtime in Envelope app.
15
15
Current status:
16
16
- :heavy_check_mark : Angular 8
17
17
- :heavy_check_mark : Lazy loading
18
- - :x : Ivy support
18
+ - :heavy_check_mark : Ivy support
19
19
- :x : Angular router fully working
20
20
21
21
---
Original file line number Diff line number Diff line change 1
1
{
2
+ "angularCompilerOptions" : {
3
+ "enableIvy" : true
4
+ },
2
5
"compileOnSave" : false ,
3
6
"compilerOptions" : {
4
7
"baseUrl" : " ./" ,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Fully functional Angular app acting as a shell for micro apps
12
12
Current status:
13
13
- :heavy_check_mark : Angular 8
14
14
- :heavy_check_mark : Lazy loading
15
- - :x : Ivy support
15
+ - :heavy_check_mark : Ivy support
16
16
- :x : Angular router fully working
17
17
18
18
---
Original file line number Diff line number Diff line change 1
1
{
2
+ "angularCompilerOptions" : {
3
+ "enableIvy" : true
4
+ },
2
5
"compileOnSave" : false ,
3
6
"compilerOptions" : {
4
7
"baseUrl" : " ./" ,
You can’t perform that action at this time.
0 commit comments