rangle / augury

Angular Debugging and Visualization Tools
https://augury.rangle.io
MIT License
2.01k stars 216 forks source link

Documentation for "no-name-route" #1392

Closed tcoz closed 4 years ago

tcoz commented 5 years ago

Was very surprised that a number of searches did not turn up any clarity on what a "no-name-route" is about. I looked through a number of "debugging with..." articles, many of them show examples with "no-name-route" but nobody explains it (leading me to believe, the knowledge is scarce).

There's even one in the augury rangle doc/demo, but no explanation for it at all:

https://augury.rangle.io/pages/guides/routes.html

routes-lazy

If you can, please post the explanation as a response (so I can explain it to my team, which is interested in the tool), and perhaps update the docs/demos to clarify. I've semi-surmised why it might appear, but from-the-source explanation would be valuable.

Great tool, been using it myself for a while, thanks for the work here folks.

feeloor commented 4 years ago

Hi @tcoz,

Thanks for using Augury and thank you for suggesting this improvement. One reason for this might be if you have a redirectTo route. I just created PRs to improve this and support a more clear text when it's a redirectTo route. I also created a PR to add some documentation around this in general.

The PRs are referenced in this issue.

Thanks.