NavigoRouterFactory
class NavigoRouterFactory(val root: String? = null, val useHash: Boolean = true, val strategy: Strategy = Strategy.ONE, val noMatchWarning: Boolean = false, val linksSelector: String? = null) : RouterFactory(source)
A router factory for Navigo 8+ routing module.
Parameters
root
the root path of the application
useHash
whether to use hash based routing
strategy
a routing strategy
noMatchWarning
do not show warnings when there is no matching route
linksSelector
CSS links selector