Used for questions regarding Angular's change detection routines.
As opposed to AngularJS's digest cycles, Angular uses change detection which occurs in zones (see NgZone
). Questions regarding this process, how it differs from AngularJS's digest cycle, how microtasks work, etc., are all applicable to this tag.