6: Get Data from a Server
[examples/angular-tour-of-heroes] / src / app / hero-detail / hero-detail.component.html
index 540f0f0..f3da802 100644 (file)
@@ -10,4 +10,5 @@
     </label>
   </div>
 </div>
+<button (click)="save()">save</button>
 <button (click)="goBack()">go back</button>