85ed5f1ccb48bc0e2a30a1ea2d2bbba7fc7bd43e
- Add a folder where you can drop Zip files which will then be extracted on the fly and ingsted. - CsvReaderSettings now contain TagMatcher that are applied to the first line and can be used to extract additional tags. - Update to jdk 16 so that we can have records.
README
start Angular development server
cd pdb-js
build/npm/npm-v6.14.8/bin/npm run ng serve
or
gradlew npm_run_ng_serve
create new component
cd pdb-js
build/npm/npm-v6.14.8/bin/npm run ng generate component component-name
update JavaScript libraries
gradlew npm_update
gradlew npm_audit_fix
Description
Languages
Java
79.4%
TypeScript
11.1%
HTML
4.5%
Python
2.8%
SCSS
1.1%
Other
0.9%