I want to send the data when im navigating to page . How can i see the data in second page.
Example.
this.router.navigate(['/dashboard/home', {company_id: '659'}]);
I m passing company_id to homeComponent. how can i console Company_id in homecomponent Thanks