Skip to content

Commit 770bc9f

Browse files
committed
Update to Angular 9 Ivy
1 parent b652e19 commit 770bc9f

File tree

6 files changed

+3576
-2666
lines changed

6 files changed

+3576
-2666
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This sample application serves as a basic scaffold of how to integrate [yFiles f
88

99
## Version Information
1010

11-
- Angular CLI v8.3.23
11+
- Angular CLI v9.0.4
1212
- yFiles for HTML 2.2
1313

1414
## Getting Started

angular.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"main": "src/main.ts",
1919
"polyfills": "src/polyfills.ts",
2020
"tsConfig": "tsconfig.app.json",
21-
"aot": false,
21+
"aot": true,
2222
"assets": ["src/yfiles-typeinfo.js", "src/assets"],
2323
"styles": ["src/styles.css"],
2424
"scripts": []
@@ -36,7 +36,6 @@
3636
"sourceMap": false,
3737
"extractCss": true,
3838
"namedChunks": false,
39-
"aot": true,
4039
"extractLicenses": true,
4140
"vendorChunk": false,
4241
"buildOptimizer": true,

0 commit comments

Comments
 (0)