Routerlink
Provides the navigation and url manipulation capabilities.
提供导航和操纵 URL 的能力。
说明
See Routes
for more details and examples.
查看 Routes
以了解详情和范例。
构造函数
Creates the router service. 创建路由器服务。 | ||||||||||||||||
参数
|
属性
属性名 | 类型 | 说明 |
---|---|---|
events | 只读 | |
routerState | 只读 | |
errorHandler | Error handler that is invoked when a navigation errors. 当导航发生错误时要调用的错误处理器。 See 欲知详情,参见 | |
malformedUriErrorHandler | Malformed uri error handler is invoked when uri 格式无效错误的处理器,在 | |
navigated | Indicates if at least one navigation happened. 表示是否发生过至少一次导航。 | |
urlHandlingStrategy | Extracts and merges URLs. Used for AngularJS to Angular migrations. 提取并合并 URL。在 AngularJS 向 Angular 迁移时会用到。 | |
routeReuseStrategy | ||
onSameUrlNavigation | Define what the router should do if it receives a navigation request to the current URL. By default, the router will ignore this navigation. However, this prevents features such as a "refresh" button. Use this option to configure the behavior when navigating to the current URL. Default is 'ignore'. 定义当路由器收到一个导航到当前 URL 的请求时应该怎么做。 默认情况下,路由器将会忽略这次导航。但这样会阻止类似于 "刷新" 按钮的特性。 使用该选项可以配置导航到当前 URL 时的行为。默认值为 'ignore'。 | |
paramsInheritanceStrategy | Defines how the router merges params, data and resolved data from parent to child routes. Available options are: 定义路由器如何从父路由向子路由合并参数、数据。可用选项为:
| |
urlUpdateStrategy | Defines when the router updates the browser URL. The default behavior is to update after successful navigation. However, some applications may prefer a mode where the URL gets updated at the beginning of navigation. The most common use case would be updating the URL early so if navigation fails, you can show an error message with the URL that failed. Available options are: 定义路由器要何时更新浏览器的 URL。默认行为是在每次成功的导航之后更新。 不过,有些应用会更愿意在导航开始时就更新。最常见的情况是尽早更新 URL,这样当导航失败时,你就可以在出错的 URL 上显示一条错误信息了。 可用的选项包括:
| |
relativeLinkResolution | See 欲知详情,参见 | |
config | 声明于构造函数中 | |
url | 只读 The current url 当前 URL |
方法
Sets up the location change listener and performs the initial navigation. 设置位置变化监听器,并执行首次导航。 |
参数没有参数。 返回值
|
Sets up the location change listener. 设置位置变化监听器。 |
参数没有参数。 返回值
|
Resets the configuration used for navigation and generating links. 重置供导航和生成链接使用的配置项。 | ||
参数
返回值
| ||
Usage用法 |
参数没有参数。 返回值
|
Disposes of the router 销毁路由器 |
参数没有参数。 返回值
|
Applies an array of commands to the current url tree and creates a new url tree. 把一个命令数组应用于当前的 URL 树,并创建一个新的 URL 树。 | ||||
参数
返回值 | ||||
When given an activate route, applies the given commands starting from the route. When not given a route, applies the given command starting from the root. 如果指定了激活路由,就以该路由为起点应用这些命令。 如果没有指定激活路由,就以根路由为起点应用这些命令。 Usage用法 |
Navigate based on the provided url. This navigation is always absolute. 基于所提供的 url 进行导航。这种导航永远使用绝对路径。 | ||||
参数
返回值
| ||||
Returns a promise that: 返回一个 Promise:
Usage用法In opposite to 与 |
Navigate based on the provided array of commands and a starting point. If no starting route is provided, the navigation is absolute. 基于所提供的命令数组和起点路由进行导航。 如果没有指定起点路由,则从根路由开始进行绝对导航。 | ||||
参数
返回值
| ||||
Returns a promise that: 返回一个 Promise:
Usage用法In opposite to |
Serializes a 把 | ||
参数
返回值
|
Parses a string into a 把字符串解析为 | ||
参数
返回值 |
Returns whether the url is activated 返回指定的 | ||||
参数
返回值
|