UrlHandlingStrategylink
Provides a way to migrate AngularJS applications to Angular.
方法
Tells the router if this URL should be processed. | ||
参数
返回值
| ||
When it returns true, the router will execute the regular navigation. When it returns false, the router will set the router state to an empty state. As a result, all the active components will be destroyed. |
Extracts the part of the URL that should be handled by the router. The rest of the URL will remain untouched. | ||
参数
返回值 |
Merges the URL fragment with the rest of the URL. | ||||
参数
返回值 |