Andreas Huber d4d3d01405 cache location of root node
The location of the root node is not cached in the nodeCache. So it had
to be read for every read or write access. We are still using a lock
when accessing the map. That makes it easy to cache the location.
2020-10-04 16:42:25 +02:00
2020-10-04 16:42:25 +02:00
2020-01-19 10:35:07 +01:00
2020-08-11 16:12:18 +02:00
2017-04-16 09:07:28 +02:00
2020-09-19 19:00:56 +02:00
2020-08-11 17:41:01 +02:00
2020-08-11 17:41:01 +02:00
2016-12-04 10:41:37 +01:00
2019-10-31 18:56:19 +01:00
2020-08-11 19:45:38 +02:00
2016-12-04 10:41:37 +01:00

README

start Angular development server

cd pdb-js
build/npm/npm-v6.14.7/bin/npm run ng serve

or

gradlew npm_run_ng_serve

create new component

cd pdb-js
build/npm/npm-v6.14.7/bin/npm run ng generate component component-name

update JavaScript libraries

gradlew npm_update
gradlew npm_audit_fix
Description
No description provided
Readme 8.3 MiB
Languages
Java 79.4%
TypeScript 11.1%
HTML 4.5%
Python 2.8%
SCSS 1.1%
Other 0.9%