ResolveEnd
class
Represents the end of the Resolve phase of routing. See note on ResolveStart
for use of this experimental API.
class ResolveEnd extends RouterEvent { constructor(id: number, url: string, urlAfterRedirects: string, state: RouterStateSnapshot) urlAfterRedirects: string state: RouterStateSnapshot toString(): string // inherited from router/RouterEvent constructor(id: number, url: string) id: number url: string }
Constructor
|
id | Type: |
url | Type: |
urlAfterRedirects | Type: |
state | Type: |
Properties
Property | Description |
---|---|
urlAfterRedirects: string | Declared in constructor. |
state: RouterStateSnapshot | Declared in constructor. |
Methods
toString() |
---|
|
© 2010–2019 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v6.angular.io/api/router/ResolveEnd