From cd22c7a1f5003defb239f3f78fd7101d5c52367d Mon Sep 17 00:00:00 2001 From: Gourav102 Date: Sun, 6 Jun 2021 22:07:20 +0530 Subject: [PATCH] docs: Updated the code snippet path (#42494) PR Close #42494 --- aio/content/guide/routing-with-urlmatcher.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/routing-with-urlmatcher.md b/aio/content/guide/routing-with-urlmatcher.md index 6bf5c5c682..39fcf49612 100644 --- a/aio/content/guide/routing-with-urlmatcher.md +++ b/aio/content/guide/routing-with-urlmatcher.md @@ -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. - + ## Configure your routes for your application