]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP1857910 Field doc UI Angular 10 updates
authorBill Erickson <berickxx@gmail.com>
Mon, 17 Aug 2020 21:29:50 +0000 (17:29 -0400)
committerJane Sandberg <js7389@princeton.edu>
Fri, 20 May 2022 00:16:46 +0000 (18:16 -0600)
commit6559f7d9d2896a225bc9224cdb0f362eb0bfffe7
tree7fc1eab1c4cddf26a1db8d660611f04ce57bd185
parent7395d1ce56f1a780809af1db2b1df4a92919247d
LP1857910 Field doc UI Angular 10 updates

Modify the lazy loader to use the new Ang10 style loading syntax.

Avoid using template variables as output variables for other components,
since template variables (those declared with let-foo="bar" in
<ng-template/>) are read-only, possibly as of Ang 10, so the page was
not loading at first.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jason Etheridge <jason@EquinoxOLI.org>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>
Open-ILS/src/eg2/src/app/staff/admin/local/field-documentation/field-documentation.component.html
Open-ILS/src/eg2/src/app/staff/admin/local/routing.module.ts