Skip to content

Instantly share code, notes, and snippets.

@nathan-lapinski
Last active August 10, 2018 01:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nathan-lapinski/a9ff8ab6279b883ae690b43d69939dd4 to your computer and use it in GitHub Desktop.
Save nathan-lapinski/a9ff8ab6279b883ae690b43d69939dd4 to your computer and use it in GitHub Desktop.
url normalization example
// normalize a legacy url
[
{ path: 'legacy/user/:name', redirectTo: 'user/:name' },
{ path: 'user/:name', component: UserComponent}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment