User Tools

Site Tools


newdevs:angularclient

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
newdevs:angularclient [2023/09/19 11:32] – [Angular Bootstrap] Finding HTML and CSS Files in Evergreen link sclnewdevs:angularclient [2024/02/27 17:30] (current) – [Angular Staff Client] DevTools extension link scl
Line 3: Line 3:
  
 This is an Angular 15 application found under Open-ILS/src/eg2 and installed to /openils/var/web/eg2/. Note that the language used is TypeScript. This is an Angular 15 application found under Open-ILS/src/eg2 and installed to /openils/var/web/eg2/. Note that the language used is TypeScript.
 +
 +Many of the current Angular interfaces were built using Angular 12 or earlier conventions. We do not (yet) use [[https://angular.io/guide/standalone-components|standalone components]].
 +
 +===== Debugging =====
 +
 +You can use the [[https://angular.io/guide/devtools|Angular DevTools extension]] in Chrome or Firefox to inspect and debug objects in the browser.
  
 ===== Angular Bootstrap ===== ===== Angular Bootstrap =====
Line 15: Line 21:
 **Command to get all routes from Angular Project:** **Command to get all routes from Angular Project:**
  
-<nowiki>for r in $(find src -name "routing.module.ts"); do echo $r; grep "path:\|component:\|loadChildren:" $r; done > allroutes.txt</nowiki>+''for r in $(find src -name "routing.module.ts"); do echo $r; grep "path:\|component:\|loadChildren:" $r; done > allroutes.txt''
  
  
newdevs/angularclient.1695137531.txt.gz · Last modified: 2023/09/19 11:32 by scl

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki

© 2008-2022 GPLS and others. Evergreen is open source software, freely licensed under GNU GPLv2 or later.
The Evergreen Project is a U.S. 501(c)3 non-profit organization.