diff --git a/aio/content/examples/routing-with-urlmatcher/src/app/app.component.ts b/aio/content/examples/routing-with-urlmatcher/src/app/app.component.ts index f9ed12b95b..6c65750024 100644 --- a/aio/content/examples/routing-with-urlmatcher/src/app/app.component.ts +++ b/aio/content/examples/routing-with-urlmatcher/src/app/app.component.ts @@ -1,7 +1,7 @@ import { Component, VERSION } from '@angular/core'; @Component({ - selector: 'my-app', + selector: 'app-root', templateUrl: './app.component.html', styleUrls: [ './app.component.css' ] }) diff --git a/aio/content/examples/routing-with-urlmatcher/src/index.html b/aio/content/examples/routing-with-urlmatcher/src/index.html index 47f5b41707..768de5699e 100644 --- a/aio/content/examples/routing-with-urlmatcher/src/index.html +++ b/aio/content/examples/routing-with-urlmatcher/src/index.html @@ -4,6 +4,6 @@