ngComponentRouter.RouteDefinition

  1. type in module ngComponentRouter

Each item in a the RouteConfig for a Routing Component is an instance of this type. It can have the following properties:

  • path or (regex and `serializer) - defines how to recognize and generate this route
  • component, loader, redirectTo (requires exactly one of these)
  • name - the name used to identify the Route Definition when generating links
  • data (optional)
doc_AngularJS
2016-03-29 16:11:44
Comments
Leave a Comment

Please login to continue.