diff --git a/src/app/app.component.html b/src/app/app.component.html index 36093e1..bf2da11 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -225,7 +225,7 @@ -

Hello, {{ title }}

+

{{ title }}

Congratulations! Your app is running. 🎉

diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 7b497b1..ee0d82e 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -8,5 +8,5 @@ import { RouterOutlet } from '@angular/router'; styleUrl: './app.component.css' }) export class App { - protected title = 'angular-tour-of-heroes'; + protected title = 'Tour of Heroes'; } \ No newline at end of file