Angular Route, 1 Application, 2 different folders

64 Views Asked by At

Is the following scenario possible? I have the same application on two URLs:

  • url.tld/topicA/#main
  • url.tld/topicA/#foo/:bar
  • url.tld/topicB/#:foo

I tried to define the route with the <base /> tag but my code run in endless redirects :(

0

There are 0 best solutions below