Data flow in template-driven form
I found this chart from the official documentation of Angular. It claims that whenever a value in component class is updated, the ngModel
directive has to queue an async task to update the value for the form control in the next tick. Why waiting?