Why is template-driven form in Angular asynchronous?

287 Views Asked by At

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?

0

There are 0 best solutions below