Skip to content

Instantly share code, notes, and snippets.

@nathan-lapinski
Created September 12, 2018 23:25
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/052a420382cd8907b4c314d381096143 to your computer and use it in GitHub Desktop.
Save nathan-lapinski/052a420382cd8907b4c314d381096143 to your computer and use it in GitHub Desktop.
redirects enabled
if (allowRedirects && this.allowRedirects) {
return this.expandSegmentAgainstRouteUsingRedirect(
ngModule, segmentGroup, routes, route, paths, outlet);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment