I am doing the angular2 tutorial at this address: https://angular.io/docs/ts/latest/tutorial/toh-pt3.html I have put the hero interface in a single
angular2
hero
Don't forget to export your class or interface as well.
export interface Sort { value: string; viewValue: string; }