Navigo Router Factory
class NavigoRouterFactory(val root: String? = null, val useHash: Boolean = true, val hash: String = "#")
A router factory for Navigo routing module.
Parameters
root
the root path of the application
use Hash
whether to use hash based routing
hash
a string used as a hash marker