The master class used to instantiate an instance of UI-Router.
This class instantiates and wires the global UI-Router services.
After instantiating a new instance of the Router class, configure it for your app. For instance, register
your app states with the stateRegistry (and set url options using ...). Then, tell UI-Router to monitor
the URL by calling urlRouter.listen() ([[URLRouter.listen]])
The master class used to instantiate an instance of UI-Router.
This class instantiates and wires the global UI-Router services.
After instantiating a new instance of the Router class, configure it for your app. For instance, register your app states with the stateRegistry (and set url options using ...). Then, tell UI-Router to monitor the URL by calling
urlRouter.listen()
([[URLRouter.listen]])