Type components in ngComponentRouter
From Get docs
< Improve this Doc ngComponentRouterAngularjs/docs/1.8/api/ngcomponentrouter/type
Type components in ngComponentRouter
| Name | Description |
|---|---|
| Router | A Router is responsible for mapping URLs to components.
|
| ChildRouter | This type extends the Router. |
| RootRouter | This type extends the Router. |
| ComponentInstruction | A ComponentInstruction represents the route state for a single component. An Instruction is composed of a tree of these ComponentInstructions.
|
| RouteDefinition | Each item in the RouteConfig for a Routing Component is an instance of this type. It can have the following properties: |
| RouteParams | A map of parameters for a given route, passed as part of the ComponentInstruction to the Lifecycle Hooks, such as $routerOnActivate and $routerOnDeactivate.
|
© 2010–2020 Google, Inc.
Licensed under the Creative Commons Attribution License 3.0.
https://code.angularjs.org/1.8.2/docs/api/ngComponentRouter/type