#I have trouble with angular-tour-of-heroes
7 messages · Page 1 of 1 (latest)
Check the component.ts file, it sounds like you made a typo : messageServive
Servive !== Service
Ok thank you. I change it into servive becaue I couldn't find wher I did misake in components
you should fix the name in the component file: 'servive' doesn't mean anything, that's a typo.
Fix it in component to service.
found it
finally