How to restore the state of an angular dart program based on a url?

In Angular.Dart, various views can be controlled using routes.

How to read the current route (in the part of the code that is not related to the view) , for example, to update the state of the application if someone copies / pastes the URL? (i.e. application entry point is not original, default value, URL)

+3
source share
1 answer

IMHO its default behavior.

see https://angulardart.org/tutorial/08-ch06-view.html 'Connecting a route to a view'

URL- , (), , URL- .

+1

All Articles