Package-level declarations
Types
Link copied to clipboard
A router leveraging the History API (https://developer.mozilla.org/en-US/docs/Web/API/History).
Link copied to clipboard
This Router implementation uses /#/path
to persistent the current route in window.location.hash.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Use the DSL functions to build the expected route handled by a Router. If two routes match the same path, the first declared route is chosen.