ngComponentRouter.Router

Improve this Doc View Source Router

  1. type in module ngComponentRouter
Deprecated:

In an effort to keep synchronized with router changes in Angular 2, this implementation of the Component Router (ngComponentRouter module) has been deprecated and will not receive further updates. We are investigating backporting the Angular 2 Router to Angular 1, but alternatively, use the ngRoute module or community developed projects (e.g. ui-router).

A Router is responsible for mapping URLs to components.

  • Routers and "Routing Component" instances have a 1:1 correspondence.
  • The Router holds reference to one or more of Outlets.
  • There are two kinds of Router: RootRouter and ChildRouter.

You can see the state of a router by inspecting the read-only field router.navigating. This may be useful for showing a spinner, for instance.

© 2010–2017 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://code.angularjs.org/1.5.11/docs/api/ngComponentRouter/type/Router

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部