How to disable hashbang approach for particular router link ?




Asked on March 22, 2018
Hello,

I am using hash-bang approach in my app.module.ts file as follows:
RouterModule.forRoot(AppRoutes , { useHash: true }),
So that I am getting # for all the URLs. How to avoid # for the particular URL?

Thanks & Regards,
Shilpa Kulkarni


Write Answer











©2024 concretepage.com | Privacy Policy | Contact Us