Skip to content

Commit c3d84f8

Browse files
committed
feat(demo): update to angular 16
1 parent 0a113f5 commit c3d84f8

File tree

82 files changed

+7296
-4781
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+7296
-4781
lines changed

demo-app/ng15/tsconfig.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,9 @@
1111
"module": "es2020",
1212
"moduleResolution": "node",
1313
"importHelpers": true,
14-
"target": "ES2022",
15-
"typeRoots": [
16-
"node_modules/@types"
17-
],
18-
"lib": [
19-
"dom",
20-
"dom.iterable",
21-
"es2017"
22-
],
14+
"target": "es2022",
15+
"typeRoots": ["node_modules/@types"],
16+
"lib": ["dom", "dom.iterable", "es2022"],
2317
"useDefineForClassFields": false
2418
},
2519
"angularCompilerOptions": {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)