How can I create Router links that can navigate to specific section of my single page app(Angular2)
For example my website www.example.com has three products: productOne,productTwo nad productThree.
On my website thats three section with 100vh.
I want to have url with www.example.com/productOne / www.example.com/productTwo /www.example.com/productThree that navigates to that segment of page.
- i don't want my link to have #