π· Tarantula
strict
boolean configuration variable
Disabled by default, β/fooβ and β/foo/β are treated the same
To enable
$router.strict:=True // Enable strict routing.
- Experimental features to register a router into another parent router
$anOtherRouter.path:="/subpath"
$router.register($anOtherRouter)