Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit 14de8a3

Browse files
committed
chore: upgrade to Angular 16
This commit includes the following changes: 1. Remove unnecessary code from utils. 2. Include a copy of `getFileContent` function. Upgrade to Angular v16
1 parent c1acd51 commit 14de8a3

File tree

8 files changed

+2882
-2786
lines changed

8 files changed

+2882
-2786
lines changed

demo/package-lock.json

Lines changed: 1922 additions & 1746 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-datatables-demo",
3-
"version": "15.0.1",
3+
"version": "16.0.0",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",
@@ -13,15 +13,15 @@
1313
},
1414
"private": true,
1515
"dependencies": {
16-
"@angular/animations": "^15.0.4",
17-
"@angular/common": "^15.0.4",
18-
"@angular/compiler": "^15.0.4",
19-
"@angular/core": "^15.0.4",
20-
"@angular/forms": "^15.0.4",
21-
"@angular/platform-browser": "^15.0.4",
22-
"@angular/platform-browser-dynamic": "^15.0.4",
23-
"@angular/router": "^15.0.4",
24-
"@types/marked": "^4.0.8",
16+
"@angular/animations": "^16.1.2",
17+
"@angular/common": "^16.1.2",
18+
"@angular/compiler": "^16.1.2",
19+
"@angular/core": "^16.1.2",
20+
"@angular/forms": "^16.1.2",
21+
"@angular/platform-browser": "^16.1.2",
22+
"@angular/platform-browser-dynamic": "^16.1.2",
23+
"@angular/router": "^16.1.2",
24+
"@types/marked": "^4.3.0",
2525
"angular-datatables": "^15.0.0",
2626
"clipboard": "^2.0.8",
2727
"core-js": "^3.19.1",
@@ -40,19 +40,19 @@
4040
"jszip": "^3.8.0",
4141
"marked": "^4.2.5",
4242
"materialize-css": "^0.100.2",
43-
"ngx-markdown": "^15.0.0",
43+
"ngx-markdown": "^16.0.0",
4444
"prism-themes": "^1.9.0",
4545
"prismjs": "^1.27.0",
4646
"rxjs": "^7.4.0",
4747
"rxjs-compat": "^6.6.7",
4848
"tether": "^2.0.0",
49-
"zone.js": "^0.11.6"
49+
"zone.js": "^0.13.1"
5050
},
5151
"devDependencies": {
52-
"@angular-devkit/build-angular": "~15.2.4",
53-
"@angular/cli": "^15.0.5",
54-
"@angular/compiler-cli": "^15.0.4",
55-
"@angular/language-service": "^15.0.4",
52+
"@angular-devkit/build-angular": "~16.1.1",
53+
"@angular/cli": "^16.1.1",
54+
"@angular/compiler-cli": "^16.1.2",
55+
"@angular/language-service": "^16.1.2",
5656
"@types/datatables.net": "^1.10.21",
5757
"@types/datatables.net-buttons": "^1.4.7",
5858
"@types/datatables.net-select": "^1.2.7",
@@ -72,6 +72,6 @@
7272
"protractor": "~7.0.0",
7373
"ts-node": "~10.4.0",
7474
"tslint": "~6.1.0",
75-
"typescript": "4.8.4"
75+
"typescript": "5.1.3"
7676
}
7777
}

demo/src/tsconfig.spec.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@
66
"types": [
77
"jasmine",
88
"node"
9-
]
9+
],
10+
"skipDefaultLibCheck": true,
11+
"skipLibCheck": true
1012
},
1113
"files": [
1214
"polyfills.ts"
1315
],
1416
"include": [
1517
"**/*.spec.ts"
16-
]
18+
],
1719
}

0 commit comments

Comments
 (0)