WIP: 6: Get Data from a Server k) Search by name
[examples/angular-tour-of-heroes] / app / app.component.html
1 <h1>{{title}}</h1>
2 <nav>
3   <a routerLink="/heroes">Heroes</a>
4 </nav>
5 <router-outlet></router-outlet>
6 <app-messages></app-messages>