Skip to content

Commit eeccf79

Browse files
committed
Documentation(1023562): Update package and sample
1 parent 2bff546 commit eeccf79

3 files changed

Lines changed: 24 additions & 22 deletions

File tree

GridClient/angular.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,18 +60,18 @@
6060
"builder": "@angular-devkit/build-angular:dev-server",
6161
"configurations": {
6262
"production": {
63-
"browserTarget": "GridClient:build:production"
63+
"buildTarget": "GridClient:build:production"
6464
},
6565
"development": {
66-
"browserTarget": "GridClient:build:development"
66+
"buildTarget": "GridClient:build:development"
6767
}
6868
},
6969
"defaultConfiguration": "development"
7070
},
7171
"extract-i18n": {
7272
"builder": "@angular-devkit/build-angular:extract-i18n",
7373
"options": {
74-
"browserTarget": "GridClient:build"
74+
"buildTarget": "GridClient:build"
7575
}
7676
},
7777
"test": {

GridClient/package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -10,34 +10,34 @@
1010
},
1111
"private": true,
1212
"dependencies": {
13-
"@angular/animations": "^16.0.0",
14-
"@angular/common": "^16.0.0",
15-
"@angular/compiler": "^16.0.0",
16-
"@angular/core": "^16.0.0",
17-
"@angular/forms": "^16.0.0",
18-
"@angular/platform-browser": "^16.0.0",
19-
"@angular/platform-browser-dynamic": "^16.0.0",
20-
"@angular/router": "^16.0.0",
21-
"@syncfusion/ej2-angular-dropdowns": "^32.1.23",
13+
"@angular/animations": "^20.0.0",
14+
"@angular/common": "^20.0.0",
15+
"@angular/compiler": "^20.0.0",
16+
"@angular/core": "^20.0.0",
17+
"@angular/forms": "^20.0.0",
18+
"@angular/platform-browser": "^20.0.0",
19+
"@angular/platform-browser-dynamic": "^20.0.0",
20+
"@angular/router": "^20.0.0",
21+
"@syncfusion/ej2-angular-dropdowns": "*",
2222
"@syncfusion/ej2-angular-grids": "*",
23-
"@syncfusion/ej2-angular-inputs": "^32.1.22",
24-
"@syncfusion/ej2-angular-popups": "^32.1.19",
23+
"@syncfusion/ej2-angular-inputs": "*",
24+
"@syncfusion/ej2-angular-popups": "*",
2525
"@syncfusion/ej2-data": "*",
2626
"rxjs": "~7.8.0",
2727
"tslib": "^2.3.0",
28-
"zone.js": "~0.13.0"
28+
"zone.js": "~0.15.0"
2929
},
3030
"devDependencies": {
31-
"@angular-devkit/build-angular": "^16.0.1",
32-
"@angular/cli": "~16.0.1",
33-
"@angular/compiler-cli": "^16.0.0",
34-
"@types/jasmine": "~4.3.0",
35-
"jasmine-core": "~4.6.0",
31+
"@angular-devkit/build-angular": "^20.3.24",
32+
"@angular/cli": "^20.0.0",
33+
"@angular/compiler-cli": "^20.0.0",
34+
"@types/jasmine": "~5.1.0",
35+
"jasmine-core": "~5.1.0",
3636
"karma": "~6.4.0",
3737
"karma-chrome-launcher": "~3.2.0",
3838
"karma-coverage": "~2.2.0",
3939
"karma-jasmine": "~5.1.0",
40-
"karma-jasmine-html-reporter": "~2.0.0",
41-
"typescript": "~5.0.2"
40+
"karma-jasmine-html-reporter": "~2.1.0",
41+
"typescript": "~5.8.2"
4242
}
4343
}

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ GraphQL is a query language that allows applications to request exactly the data
3131
- Run the below commands to run the server.
3232
```bash
3333
cd GraphQLServer
34+
npm i
3435
npm start
3536
```
3637
The server is now running at http://localhost:4205/.
@@ -39,6 +40,7 @@ GraphQL is a query language that allows applications to request exactly the data
3940
- Execute the below commands to run the client application.
4041
```bash
4142
cd GridClient
43+
npm i
4244
npm start
4345
```
4446
- Open http://localhost:4200/ in the browser.

0 commit comments

Comments
 (0)