how to make angular links work without starting from root URL?

南楼画角 提交于 2021-02-11 06:01:15

问题


I need to create on-demand URLs like these

mysite.com/link1
mysite.com/link2
mysite.com/link3
...

I prefer to use angular project but at last, I ended up in such these URLs :

mysite.com/#/Link1
mysite.com/#/Link2
...

How can I remove the # and please pay attention to the problem that these URLs should be sent by email so the user can click on them?

来源:https://stackoverflow.com/questions/59915847/how-to-make-angular-links-work-without-starting-from-root-url

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!