Daniel W
Results
11
comments of
Daniel W
@alxhub @waterplea I'm attaching here a reproduction. Basically the code does [this](https://github.com/dwilches/NG0911-Reproduction/blob/master/src/app/page1.component.ts), to make the promise resolve after the component has been destroyed: ```typescript ngOnInit() { this.router.navigate(["page2"]) Promise.resolve() .then(() =>...