LP#1626157 Dependancy cleanup ; avoid importing parent modules
authorBill Erickson <berickxx@gmail.com>
Wed, 4 Apr 2018 20:39:18 +0000 (20:39 +0000)
committerBill Erickson <berickxx@gmail.com>
Wed, 4 Apr 2018 20:39:20 +0000 (20:39 +0000)
commitafe441eea0c926b7226e641e066ab51b3bdaf5f1
tree826c8a4f274b0c9299c0251599119b30f38e6ec8
parentb448cf3b8513f43d350cd25d5b25b4bea4805580
LP#1626157 Dependancy cleanup ; avoid importing parent modules

Importing the route-parent module wreaks havoc with the router.
Instead, put shared imports into separate "Common" modules for direct
import of child modules.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
16 files changed:
Open-ILS/src/eg2/src/app/app.module.ts
Open-ILS/src/eg2/src/app/common.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/routing.module.ts
Open-ILS/src/eg2/src/app/staff/admin/workstation/workstations/app.component.html
Open-ILS/src/eg2/src/app/staff/admin/workstation/workstations/app.module.ts
Open-ILS/src/eg2/src/app/staff/app.module.ts
Open-ILS/src/eg2/src/app/staff/catalog/app.module.ts
Open-ILS/src/eg2/src/app/staff/catalog/routing.module.ts
Open-ILS/src/eg2/src/app/staff/circ/patron/bcsearch/app.component.html
Open-ILS/src/eg2/src/app/staff/circ/patron/bcsearch/app.component.ts
Open-ILS/src/eg2/src/app/staff/circ/patron/bcsearch/app.module.ts
Open-ILS/src/eg2/src/app/staff/circ/patron/bcsearch/routing.module.ts
Open-ILS/src/eg2/src/app/staff/circ/routing.module.ts
Open-ILS/src/eg2/src/app/staff/common.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/share/staff-banner.component.ts [new file with mode: 0644]
Open-ILS/src/templates/staff/navbar.tt2