0
aaronphoenix created
Hi,
I'm trying to implement a FriendlyURL / Shortlink. e.g. host/friendlyUrl = host/application#/car/id
Key here is the shortlink should not have any particular identifier.
I'm pretty certain I need to do this in routeConfig. But not sure how to go about it, without breaking the signalR/Angular front end.
Anyone has thoughts on how to do this?