LP1857910 Field doc UI Angular 10 updates user/berick/lp1857910-ang-field-doc-port
authorBill Erickson <berickxx@gmail.com>
Mon, 17 Aug 2020 21:29:50 +0000 (17:29 -0400)
committerBill Erickson <berickxx@gmail.com>
Mon, 17 Aug 2020 21:29:53 +0000 (17:29 -0400)
commit0feaaf470a2acc6b9b7a80fdd0f003700e28fb70
treed270b5b00c86c96dfdc06ffb471391b9719202db
parent4e89fad945c12190002a739cf16ce05bdfb8a9f1
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>
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