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 f9ed12b95b2..6c657500241 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 47f5b417079..768de5699e4 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 @@