FnxRouterNavigator is responsible for listening on location.hash changes and distributing changes to the routing tree.

You don't need to care about this class too much, all you need is accessible through methods of your FnxRouterBehavior Polymer element.

Constructors

FnxRouterNavigator()

Methods

getWindowLocationHash() → String

We need to override these methods during test.

setWindowLocationHash(String hash) → void

We need to override these methods during test.