This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
public/docs/ts/latest/guide Expand file tree Collapse file tree 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
13651365 They *extend* the path of the parent route.
13661366 With each step down the route tree, we add a slash followed by the route path (unless the route path is _empty_).
13671367
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` ).
13701370
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` + `''` + `''`).
13721372
13731373 * 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'`).
13751375
13761376 The absolute URL for the latter example, including the origin, is
13771377code-example.
You can’t perform that action at this time.
0 commit comments