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 493d062 commit 616c4c2Copy full SHA for 616c4c2
nativescript-angular/router/page-router-outlet.ts
@@ -359,7 +359,7 @@ export class PageRouterOutlet implements OnDestroy { // tslint:disable-line:dire
359
// Remove it from original native parent.
360
this.viewUtil.removeChild(componentView.parent, componentView);
361
// Add it to the new page
362
- page.content = componentView;
+ this.viewUtil.insertChild(page, componentView);
363
364
page.on(Page.navigatedFromEvent, (<any>global).Zone.current.wrap((args: NavigatedData) => {
365
if (args.isBackNavigation) {
0 commit comments