You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 16, 2022. It is now read-only.
refactor(Test): Change a bit of the timing in NgTestBed.
This prepares for the new stabilizers, without hopefully being a breaking change.
* Simplifies what `bootstrapForTest` does with beforeComponentCreated, moving most of the logic (running this callback within the correct zone) as the responsibility of NgTestBed itself.
* This allows us to create the root stabilizer before calling beforeComponentCreated, which in turn lets us use the stabilizer to await for async side-effects created in beforeComponentCreated.
PiperOrigin-RevId: 221675112
0 commit comments