LP1857910 Field doc UI Angular 10 updates
authorBill Erickson <berickxx@gmail.com>
Mon, 17 Aug 2020 21:29:50 +0000 (17:29 -0400)
committerJason Etheridge <jason@EquinoxOLI.org>
Thu, 7 Apr 2022 14:20:42 +0000 (10:20 -0400)
commit403f5ce8c83dd57a3fa5e074d5644cc5ead8bcbb
tree5d1c6f4a2f743925bec23b884fe1333fea505d76
parent425aa23d47739237dc85f2632b8d481bd3b86fb4
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>
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