Fixed the added e2e-test with respect to the added link
[examples/angular-tour-of-heroes] / src / app / hero.ts
1 export interface Hero {
2   id: number;
3   name: string;
4 }