LP1831390: combobox and date-select implement ControlValueAccessor user/sandbergja/lp1831390_combobox_date_select_ControlValueAccessor
authorJane Sandberg <sandbej@linnbenton.edu>
Tue, 25 Jun 2019 18:17:07 +0000 (11:17 -0700)
committerJane Sandberg <sandbej@linnbenton.edu>
Tue, 25 Jun 2019 19:56:11 +0000 (12:56 -0700)
commitd8c96e29fdbc2b317e20750670e566b6c5bb6979
tree6751c48b93e0082c8d4397394cfacef293562e52
parentffcde0b99035f4afee7e527becdf1aa913af6d70
LP1831390: combobox and date-select implement ControlValueAccessor

This makes both components compatible with [(ngModel)] and
reactive forms.

Also adds sandbox examples.

Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Open-ILS/src/eg2/src/app/share/combobox/combobox.component.html
Open-ILS/src/eg2/src/app/share/combobox/combobox.component.ts
Open-ILS/src/eg2/src/app/share/date-select/date-select.component.ts
Open-ILS/src/eg2/src/app/staff/sandbox/sandbox.component.html
Open-ILS/src/eg2/src/app/staff/sandbox/sandbox.component.ts
Open-ILS/src/eg2/src/app/staff/sandbox/sandbox.module.ts