8fef6661835c1d834da8e8c65ce1e88fbd5f799b
see https://v17.angular.io/guide/standalone-migration I executed ng g @angular/core:standalone and select "Bootstrap the project using standalone APIs" Note Step 2 did not change any files.
README
start Angular development server
cd pdb-js
build/npm/npm-v8.1.2/bin/npm run ng serve
or
gradlew npm_run_ng_serve
create new component
cd pdb-js
build/npm/npm-v8.1.2/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%