]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1831788: create CommonWidgetsModule
authorGalen Charlton <gmc@equinoxinitiative.org>
Mon, 25 Mar 2019 19:27:05 +0000 (15:27 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Thu, 1 Aug 2019 13:49:09 +0000 (09:49 -0400)
commit58a5fbc2c6fc2ed878daf324c243ecbed168aa62
tree966978b829ce0dcc8846307a2ce96df3d8b1d14a
parent18277d2154ada19acddfd8ef294f41084a8b87f2
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