:metal: KnockoutJS Goodies Monorepo
Returns computed which is true if path for router is currently active
Gets an absolute path for path on router
Resolves path in relation to router
‘/foo’ route to the /foo route on router
’//foo’ will route to the /foo route on router.$root
parent
‘../foo’ will route to the /foo route on router.$parent
child
‘./foo’ will route to the /foo route on router.$child