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

Commit b72a828

Browse files
authored
Merge pull request #1328 from ghiscoding/feat/angular17
BREAKING CHANGE: upgrade to Angular 17
2 parents 65aac1c + 1ee0de0 commit b72a828

File tree

3 files changed

+1791
-1643
lines changed

3 files changed

+1791
-1643
lines changed

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -64,26 +64,26 @@
6464
},
6565
"devDependencies": {
6666
"@4tw/cypress-drag-drop": "^2.2.5",
67-
"@angular-devkit/build-angular": "^16.2.10",
68-
"@angular-eslint/builder": "^16.3.1",
69-
"@angular-eslint/eslint-plugin": "^16.3.1",
70-
"@angular-eslint/eslint-plugin-template": "^16.3.1",
71-
"@angular-eslint/schematics": "^16.3.1",
72-
"@angular-eslint/template-parser": "^16.3.1",
73-
"@angular/animations": "^16.2.12",
74-
"@angular/cli": "^16.2.10",
75-
"@angular/common": "^16.2.12",
76-
"@angular/compiler": "^16.2.12",
77-
"@angular/compiler-cli": "^16.2.12",
78-
"@angular/core": "^16.2.12",
79-
"@angular/forms": "^16.2.12",
80-
"@angular/language-service": "^16.2.12",
81-
"@angular/platform-browser": "^16.2.12",
82-
"@angular/platform-browser-dynamic": "^16.2.12",
83-
"@angular/router": "^16.2.12",
67+
"@angular-devkit/build-angular": "^17.0.7",
68+
"@angular-eslint/builder": "^17.1.1",
69+
"@angular-eslint/eslint-plugin": "^17.1.1",
70+
"@angular-eslint/eslint-plugin-template": "^17.1.1",
71+
"@angular-eslint/schematics": "^17.1.1",
72+
"@angular-eslint/template-parser": "^17.1.1",
73+
"@angular/animations": "^17.0.7",
74+
"@angular/cli": "^17.0.7",
75+
"@angular/common": "^17.0.7",
76+
"@angular/compiler": "^17.0.7",
77+
"@angular/compiler-cli": "^17.0.7",
78+
"@angular/core": "^17.0.7",
79+
"@angular/forms": "^17.0.7",
80+
"@angular/language-service": "^17.0.7",
81+
"@angular/platform-browser": "^17.0.7",
82+
"@angular/platform-browser-dynamic": "^17.0.7",
83+
"@angular/router": "^17.0.7",
8484
"@faker-js/faker": "^8.3.1",
8585
"@fnando/sparkline": "^0.3.10",
86-
"@ng-select/ng-select": "^11.2.0",
86+
"@ng-select/ng-select": "^12.0.4",
8787
"@ngx-translate/http-loader": "^8.0.0",
8888
"@popperjs/core": "^2.11.8",
8989
"@release-it/conventional-changelog": "^8.0.1",
@@ -112,8 +112,8 @@
112112
"jest-extended": "^4.0.2",
113113
"jest-preset-angular": "^13.1.4",
114114
"moment-mini": "^2.29.4",
115-
"ng-packagr": "^16.2.3",
116-
"ngx-bootstrap": "^11.0.2",
115+
"ng-packagr": "^17.0.2",
116+
"ngx-bootstrap": "^12.0.0",
117117
"npm-run-all2": "^6.1.1",
118118
"release-it": "^17.0.1",
119119
"rimraf": "^5.0.5",
@@ -123,7 +123,7 @@
123123
"stream-browserify": "^3.0.0",
124124
"ts-node": "^10.9.2",
125125
"tslib": "^2.6.2",
126-
"typescript": "~5.1.6",
126+
"typescript": "~5.2.2",
127127
"zone.js": "~0.14.2"
128128
},
129129
"engines": {
@@ -134,4 +134,4 @@
134134
"caniuse-lite": "1.0.30001566",
135135
"semver": "^7.5.4"
136136
}
137-
}
137+
}

src/app/examples/home.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h4>Description</h4>
88
<p>
99
One of the best javascript datagrid
1010
<a href="https://github.com/mleibman/SlickGrid"
11-
target="_blank">SlickGrid</a> which was originally developed by @mleibman is now available to Angular. I have
11+
target="_blank">SlickGrid</a> which was originally developed by &#64;mleibman is now available to Angular. I have
1212
tried and used a few datagrids and SlickGrid beats most of them in terms of functionalities
1313
and performance (it can easily deal with even a million row).
1414
</p>

0 commit comments

Comments
 (0)