ui-router-server / redirects / compileRoutes
Function: compileRoutes()
ts
function compileRoutes(routes, config?): CompiledRoute[];Defined in: redirects.ts:78
Compiles the url-addressable routes of a declaration set: each state's url appended to its ancestors' (dotted names nest), params merged rootward. Url-less states contribute nothing and match nothing, as in ui-router.
Parameters
| Parameter | Type |
|---|---|
routes | RouteDeclaration[] |
config | UrlMatcherCompilerConfig |