Keep routes (URL) Angular2 valid

1

I'm starting the Angular 2 studies and found a possible limitation that does not seem interesting for my application use case, because it seems that it's not possible to rebuild the page's state through the route URL.

The example I'm going to cite is the one in the "CASE STUDY: TOUR OF HEROES", from angular2 documentation .

In this example if you go to the "Full screen" have URL access):

YouwillnoticethatthedefaultURLwillbe /dashboard and if you give F5, reload the page or copy the url for a new tab, the url will not be valid, since if you copy to your browser and remove /dashboard the page will be loaded correctly.

Would you like to know if you have any configuration or any way to keep these wheels valid so they can be copied and sent to others?

    
asked by anonymous 18.03.2016 / 22:00

0 answers