I want to send an object and page id from one component to another. I don't want to add this data to the URL. My approach: -
this.router.navigate(['./segment-details'], { queryParams: { pageId: this.pageId, data : JSON.stringify(cardData) } });
No one has answered this question yet
Check out similar questions: