tuto_angular/angular-tour-of-heroes/src/app/app.component.html

3 lines
45 B
HTML
Raw Normal View History

2019-10-25 13:36:01 +00:00
<h1>{{title}}</h1>
<app-heroes></app-heroes>