0: Create a Project
[examples/angular-tour-of-heroes] / src / app / app.component.ts
index b129030..c41599e 100644 (file)
@@ -6,5 +6,5 @@ import { Component } from '@angular/core';
   styleUrls: ['./app.component.css']
 })
 export class AppComponent {
-  title = 'angular-tour-of-heroes';
+  title = 'Tour of Heroes';
 }