This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree 1 file changed +4
-4
lines changed
public/docs/ts/latest/guide
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1365,13 +1365,13 @@ a#child-routing-component
1365
1365
They *extend* the path of the parent route.
1366
1366
With each step down the route tree, we add a slash followed by the route path (unless the route path is _empty_).
1367
1367
1368
- For example, the parent path to the `CrisisCenterComponent` is `/crisis-center
1369
- The router appends these child paths to the parent path to the `CrisisCenterComponent` (`/crisis-center).
1368
+ For example, the parent path to the `CrisisCenterComponent` is `/crisis-center`
1369
+ The router appends these child paths to the parent path to the `CrisisCenterComponent` (`/crisis-center` ).
1370
1370
1371
- * to navigate to the `CrisisCenterHomeComponent, the full URL is `/crisis-center` (/crisis-center` + `''` + `''`).
1371
+ * to navigate to the `CrisisCenterHomeComponent` , the full URL is `/crisis-center` (` /crisis-center` + `''` + `''`).
1372
1372
1373
1373
* to navigate to the `CrisisDetailComponent` for a crisis with `id=2`, the full URL is
1374
- `/crisis-center/2` (/crisis-center` + `''` + `'/2'`).
1374
+ `/crisis-center/2` (` /crisis-center` + `''` + `'/2'`).
1375
1375
1376
1376
The absolute URL for the latter example, including the origin, is
1377
1377
code-example.
You can’t perform that action at this time.
0 commit comments