newdevs:angularclient
Table of Contents
New Developers Working Group
Angular Staff Client
This is an Angular 12 application found under Open-ILS/src/eg2 and installed to /openils/var/web/eg2/. Note that the language used is TypeScript.
Angular Bootstrap
Angular Routing
Command to get all routes from Angular Project:
for r in $(find src -name "routing.module.ts"); do echo $r; grep "path:\|component:\|loadChildren:" $r; done > allroutes.txt
Evergreen Conference Sessions
Things to add to this page:
- Links to documentation that is elsewhere in the wiki
newdevs/angularclient.txt · Last modified: 2023/02/15 08:57 by smorrison