docs: Updated the code snippet path (#42494)

PR Close #42494
This commit is contained in:
Gourav102 2021-06-06 22:07:20 +05:30 committed by Jessica Janiuk
parent 30059173f4
commit cd22c7a1f5
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ Using the Angular CLI, create a new application, _angular-custom-route-match_. I
1. In your code editor, locate the file, `app.component.html` and replace
the placeholder content with the following HTML.
<code-example path="routing-with-urlmatcher/src/app/profile/profile.component.html" header="routing-with-urlmatcher/src/app/profile/profile.component.html"></code-example>
<code-example path="routing-with-urlmatcher/src/app/app.component.html" header="routing-with-urlmatcher/src/app/app.component.html"></code-example>
## Configure your routes for your application