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