I want to let people share their own user profile in my app. Therefore, each profile needs to have his own link, for example: myweb.com/user1 Unfortunetly, there are no such links/routes in an ionic 2 app.
This leads to my question- How I can let users share their own profile URL so other people will be redirected right to the sender profile page? Is there any way to do this so it will work in desktop too with Ionic 2?