#I have trouble with angular-tour-of-heroes

7 messages · Page 1 of 1 (latest)

jaunty aurora
#

I do this tutorial: https://angular.io/tutorial/toh-pt4 but on messages.component.html I have errors : Property 'messageService' does not exist on type 'MessagesComponent'. Did you mean 'messageServive'. Don't know how to fix this or what could go wrong.

slate tree
#

Check the component.ts file, it sounds like you made a typo : messageServive

#

Servive !== Service

jaunty aurora
#

Ok thank you. I change it into servive becaue I couldn't find wher I did misake in components

slate tree