Skip to content

Commit

Permalink
feat(demo): update to angular 16
Browse files Browse the repository at this point in the history
  • Loading branch information
mhenkens committed Sep 20, 2024
1 parent 0a113f5 commit c3d84f8
Show file tree
Hide file tree
Showing 82 changed files with 7,296 additions and 4,781 deletions.
12 changes: 3 additions & 9 deletions demo-app/ng15/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,9 @@
"module": "es2020",
"moduleResolution": "node",
"importHelpers": true,
"target": "ES2022",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"dom",
"dom.iterable",
"es2017"
],
"target": "es2022",
"typeRoots": ["node_modules/@types"],
"lib": ["dom", "dom.iterable", "es2022"],
"useDefineForClassFields": false
},
"angularCompilerOptions": {
Expand Down
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit c3d84f8

Please sign in to comment.