LP1831788 Add EgCoreModule for CommonWidgetsModule, etc.
authorBill Erickson <berickxx@gmail.com>
Wed, 31 Jul 2019 18:21:18 +0000 (14:21 -0400)
committerJane Sandberg <sandbej@linnbenton.edu>
Wed, 31 Jul 2019 20:57:56 +0000 (13:57 -0700)
commit516fd93a0dc1b013c54c639ccc542b67a8728c1e
tree435530e3b321a340e3c605afac57fc9547cc932e
parent6aa01ff5a923878101eae4482f92d5e0df71a9c2
LP1831788 Add EgCoreModule for CommonWidgetsModule, etc.

Collect core objects into their own module so they may be imported
without requiring task-specific modules to import EgCommonModule, which
provides a lot more than most sub-modules need.

In the case of CommonWidgetsModule, it required access to the
FormatPipe, which is a core object, originally exported from
EgCommonModule.  However, EgCommonModule was overkill for
CommonWidgetsModule and importing it would likely have created other
dependency problems.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Open-ILS/src/eg2/src/app/common.module.ts
Open-ILS/src/eg2/src/app/core/core.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/common-widgets.module.ts