ui-router-server / redirects / CompiledRoute
Interface: CompiledRoute
Defined in: redirects.ts:65
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
matcher | CompiledMatcher | - | redirects.ts:69 |
name | string | - | redirects.ts:66 |
pattern | string | The full pattern: this state's url appended to its ancestors'. | redirects.ts:68 |
redirectTo? | string | RedirectTarget | - | redirects.ts:70 |