waitForAsyncEvents method
May be overridden to change what is awaited.
The default implementation is only microtasks in the NgZone
.
Implementation
@protected
Future<void> waitForAsyncEvents() => ngZone.onTurnDone.first;
May be overridden to change what is awaited.
The default implementation is only microtasks in the NgZone
.
@protected
Future<void> waitForAsyncEvents() => ngZone.onTurnDone.first;