LP#1831788: create CommonWidgetsModule
authorGalen Charlton <gmc@equinoxinitiative.org>
Mon, 25 Mar 2019 19:27:05 +0000 (15:27 -0400)
committerJane Sandberg <sandbej@linnbenton.edu>
Wed, 31 Jul 2019 20:56:44 +0000 (13:56 -0700)
commit83ea67df99109ea4ed587b8dd210e1fd98efc42f
treef8ce8758deb50999b7e9d5019363785ce390b843
parent649ddb2d71f39ab0abc8bda48f3c05de6b522140
LP#1831788: create CommonWidgetsModule

This patch moves some commonly-shared components off to a separate
module. The immediate motivation is to avoid circular dependencies
when adding filtering widgets to eg-grid.

Components included in CommonWidgetsModule should be "core" in the
sense that they are unlikely to ever need to embed one another.

Sponsored-by: MassLNC
Sponsored-by: Georgia Public Library Service
Sponsored-by: Indiana State Library
Sponsored-by: CW MARS
Sponsored-by: King County Library System
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Open-ILS/src/eg2/src/app/share/common-widgets.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/grid/grid.module.ts
Open-ILS/src/eg2/src/app/staff/common.module.ts