EventEmitter onMicrotaskEmpty

Notifies when there is no more microtasks enqueue in the current VM Turn. This is a hint for Angular to do change detection, which may enqueue more microtasks. For this reason this event can fire multiple times per VM Turn.

Source

EventEmitter<dynamic> get onMicrotaskEmpty {
  return this._onMicrotaskEmpty;
}