update thirdparty libs

This commit is contained in:
2021-12-11 09:48:46 +01:00
parent bff446f0e3
commit 326c3bbf0d
3 changed files with 11 additions and 11 deletions

View File

@@ -3,7 +3,7 @@
## start Angular development server
```
cd pdb-js
build/npm/npm-v6.14.8/bin/npm run ng serve
build/npm/npm-v8.1.2/bin/npm run ng serve
```
or
@@ -15,7 +15,7 @@ gradlew npm_run_ng_serve
```
cd pdb-js
build/npm/npm-v6.14.8/bin/npm run ng generate component component-name
build/npm/npm-v8.1.2/bin/npm run ng generate component component-name
```
## update JavaScript libraries