This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Description
The Angular 2 tutorial at https://angular.io/docs/ts/latest/tutorial/toh-pt6.html several time has in the header of file excerpts .ts extension instead of .html.
Example:
Add the following HTML to the heroes.component.html, just below the hero list (the *ngFor).
app/heroes.component.ts (add)
... HTML code here ...