Answer
Angular runs two phases:
Check phase: Verifies bindings.
Update phase: Applies DOM updates and triggers child checks.
This ensures UI consistency.
Check phase: Verifies bindings.
Update phase: Applies DOM updates and triggers child checks.
This ensures UI consistency.