I want to pass a value with url using routerLink. And read that value on another page.
Like I have product list. On select of first record the id of that record pass to product
Suppose your url is http://mit.edu/dashboard and desired result is
http://mit.edu/dashboard/user?id=1 then use below code
Suppose your url is http://mit.edu/dashboard and your desired result is http://mit.edu/user?id=1 then use below code ["Difference is /Dashobard" missing here from url]