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>
Tue, 25 Aug 2020 16:23:38 +0000 (12:23 -0400)
commit267fc20c8beca45dca8554f120c47844cccf9cc1
tree857c51164763f44083081ddf9be933aa1e953b6f
parent2cf4c2b8e978e6f9167d763f23ecb84ef06f3ed0
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]