LP#1850547: new eg-interval-input: Angular component for inputting time intervals
authorGalen Charlton <gmc@equinoxinitiative.org>
Fri, 31 Jan 2020 23:13:59 +0000 (18:13 -0500)
committerGalen Charlton <gmc@equinoxinitiative.org>
Wed, 26 Aug 2020 17:07:16 +0000 (13:07 -0400)
commit9d762f6c5726c39ffa7b6768f76b9fc72060851c
treed7ebfcb589a5c1826606730e796a8a303cb921ae
parentbc5cbb681f0bb4c3f329fe4f48d22efed9655726
LP#1850547: new eg-interval-input: Angular component for inputting time intervals

Usage:

   <eg-interval-input [(ngModel)]="interval">
   </eg-interval-input>

This provides a simple combination of a numeric input and a
drop-down for time interval units.

Sponsored-by: Evergreen Community Development Initiative
Sponsored-by: Georgia Public Library Service
Sponsored-by: Indiana State Library
Sponsored-by: C/W MARS
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/eg2/src/app/share/common-widgets.module.ts
Open-ILS/src/eg2/src/app/share/interval-input/interval-input.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/interval-input/interval-input.component.ts [new file with mode: 0644]