I can't compile my code, which I've compared several times with the final code review, copy & paste...
https://angular.io/tutorial/toh-pt5
But I still get the Error
$ ERROR in C:/Users/pablues/Documents/angular-tutorial/a-t-h/src/app/heroes/heroes.component.ts (21,22): Property 'getHeroes' does not exist on type 'HeroService'.
ERROR in C:/Users/pablues/Documents/angular-tutorial/a-t-h/src/app/dashboard/dashboard.component.ts (20,22): Property 'getHeroes' does not exist on type 'HeroService'.
https://github.com/pablues/tour-of-heroes/blob/master/src/app/heroes/heroes.component.ts
https://github.com/pablues/tour-of-heroes/blob/master/src/app/dashboard/dashboard.component.ts
https://github.com/pablues/tour-of-heroes/blob/master/src/app/hero.service.ts
I can't figure it out, where the problem is right now.
Thx in advance
ng serve
- Pablues