Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 1d7bd5b

Browse files
webmaxruNarretz
authored andcommitted
docs(guide/Component Router): fix typo in example code
Closes #14262
1 parent 94572e8 commit 1d7bd5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/component-router.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Here we have specified that the **Root Component** is the component directive wi
105105
Remember to instantiate this **Root Component** in our `index.html` file.
106106

107107
```html
108-
<my-app><my-app>
108+
<my-app></my-app>
109109
```
110110

111111
## Route Matching

0 commit comments

Comments
 (0)