Skip to content

Instantly share code, notes, and snippets.

@dontpaniclabsgists
Created October 10, 2022 20:21
Show Gist options
  • Save dontpaniclabsgists/b8591bcb801411cba4ca5d7421882dda to your computer and use it in GitHub Desktop.
Save dontpaniclabsgists/b8591bcb801411cba4ca5d7421882dda to your computer and use it in GitHub Desktop.
const navigationExtras: NavigationExtras = {
state: { dataId: A.component.dataId},
};
this.router.navigate([A.component.urlOfComponentE], navigationExtras);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment