Today I realized about an unexpected (for me) behaviour of the reactive forms in Angular 5. The server was receiving from the app an string with the value "null" i
there is no much diffrence between value or ngValue.
The only difference is that,
when you have String as input then use value and
String
value
when Object as input then use ngValue.
Object
ngValue
const colors= ["Red", "Green", "Blue"]; {{color}}