Matthieu Riegler
Matthieu Riegler
Yes we would like a repro (with stackblitz for example) to understand what is happening here.
Without a repro this isn't actionable to us. We'll close it.
Hi, could you please provide a working reproduction (for example via stackblitz) for us to have a look. Thank you.
Fyi, zone based apps are broken on the old stackblitz engine if the ts target is >= es2017. Native async/await are not leveled down and they aren't patched by zone.js....
Actually in your example the issue is that your promise is never resolved, the `await` waits indefinitely.
Again I'm not able to reproduce your issue. You stackblitz example doesn't exhibit the problem. This is what is working for me : ```ts import { bootstrapApplication } from '@angular/platform-browser';...
Hi, this topic has been brought up previously when discussing #53390. The current state is as designed, quoting @alxhub hub on this : > The testing utilities shouldn't assume/potentially override...
The HttpClient is now provided in root in v21 and it's no longer necessary to provide it.