Skip to content

ui-router-server / redirects / RedirectTable

Interface: RedirectTable

Defined in: redirects.ts:64

The input to compileRedirects: the route set plus the rules evaluated over it.

Properties

PropertyTypeDescriptionDefined in
config?UrlMatcherCompilerConfigMatcher compiler options (defaults: strict, case-sensitive).redirects.ts:70
routesRouteDeclaration[]The states whose urls the table redirects between (see RouteDeclaration).redirects.ts:66
rules?RedirectRule[]when()-style rules, evaluated in declaration order before per-state redirectTo entries.redirects.ts:68