We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 576a474 commit 343e139Copy full SHA for 343e139
packages/angular/src/lib/legacy/router/page-router-outlet.ts
@@ -307,6 +307,7 @@ export class PageRouterOutlet implements OnDestroy {
307
this.changeDetector.markForCheck();
308
309
this.activated = loaderRef.instance.loadWithFactory(factory);
310
+ this.activated.changeDetectorRef.detectChanges();
311
this.loadComponentInPage(page, this.activated, { activatedRoute });
312
313
this.activated[loaderRefSymbol] = loaderRef;
0 commit comments