How can I get the values after a model has changed? The (change) event does fire before the model change. I do not want to use event.target.value>
(change)
event.target.value
Use the (ngModelChange) event to detect changes on the model
(ngModelChange)