I couldn't find example of binding model-driven one-way data bound form value to the select field. Can you help me to find it?
Below is example of my non-working code with my try(Jade syntax).
select([formControl]='registerForm.controls["type"]')
option(value='value1') Value 1
option(value='value2') Value 2
selectis an input element, why do you want one way binding forselect?