This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -658,7 +658,7 @@ because the `HeroList` and `HeroDetail` will not contain any child routes.
658
658
659
659
The `component` property in a **Route Definition** defines the **Component** directive that will be rendered
660
660
into the DOM via the **Outlet**. For example the `heroDetail` **Component** will be rendered into the page
661
- where the `<ng-outlet></ng-outlet>` lives as `<hero-detail></hero-detail>.
661
+ where the `<ng-outlet></ng-outlet>` lives as `<hero-detail></hero-detail>` .
662
662
663
663
The `name` property is used to reference the **Route Definition** when generating URLs or navigating to
664
664
**Routes**. For example this link will `<a ng-link="['Heroes']">Heroes</a>` navigate the **Route Definition**
Original file line number Diff line number Diff line change 92
92
* Each item in the **RouteConfig** for a **Routing Component** is an instance of
93
93
* this type. It can have the following properties:
94
94
*
95
- * * `path` or (`regex` and `serializer) - defines how to recognize and generate this route
95
+ * * `path` or (`regex` and `serializer` ) - defines how to recognize and generate this route
96
96
* * `component`, `loader`, `redirectTo` (requires exactly one of these)
97
97
* * `name` - the name used to identify the **Route Definition** when generating links
98
98
* * `data` (optional)
You can’t perform that action at this time.
0 commit comments