Matthieu Riegler
Matthieu Riegler
Presubmit is "green".
The error is thrown asynchronously. If you want to catch it in a zonefull app, you'll need `fakeAsync`: ``` it('triggers an unhandled rejection', fakeAsync(() =>{ Promise.reject(new Error('test error')); })); ```...
I took a deeper look into it. Up to v16, the test fails with an `Unhandled promise rejection`. (Everytime it's logged twice probably for the reason you already mentionned @atscott)...
Hi, could you please provide minimal working repro (either via a github repo or a stackblitz demo). That would help us investigate the issue thank you.
Hi, you're repro repo is private.
Caretake: This is a follow-up of #64802. A token with a factory is implictly providedIn in root unless specified otherwise
We should probably show their selector in those cases because that realy what matters for them (+ the examples we already have)
Looks like your change alters the import order in some of the tests, also 2 files need reformating. Can you PTAL.
Hi, before we have a look to this change can you make sure to sign the CLA, thank you.
Looks like we need a rebase again.