ngModelOptions directive for performance optimization in Angular forms
The updateOn property allows you to specify when the model should be updated. By default, Angular updates the model on each input event. However, with ngModelOptions, you can configure it to update on different events such as blur or submit.
Let's go...
devmichalj.hashnode.dev1 min read