Base solution for your next web application

Activities of "aaronphoenix"

Question

Hi,

I need to create a friendly URL where it will redirect to /application#/listings/123.

From what I know I need to add a route in route.config. However when I do that, the signal R / Angular is no longer kicking in.

Basically I want host/friendlyURL (without any specific object/action it should go to my ShortLinkController, and from there I would redirect to the appropriate location). My problem lies as it breaks the Angular framework when I put this as the default route specific key / identifier.

Question

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?

Showing 1 to 2 of 2 entries