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>
Thu, 13 Aug 2020 15:49:33 +0000 (11:49 -0400)
commiteef921be49477b43066a38863592c92054b1b446
tree148a8b5468a114fa8aeb9ca88c860c91c12b0e04
parente91b6fd6181c385bf7633b0c5d8f738bec82cffa
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]