Package-level declarations
Types
Link copied to clipboard
class Parameters
Link copied to clipboard
Link copied to clipboard
class RouteBuilder
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.
Functions
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.