Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

Angular Tour of Heroes tutorial. 'name' undefined

I am currently trying to learn Angular. I have watched the Angular Basics course and am now following Angular's Tour of Heroes tutorial. Everything works fine until I make it to part 2, Displaying a List at the *ngFor section. https://angular.io/tutorial/toh-pt2 The Angular application is able to find all of my Heros, but can not find their 'name' property for some reason.

Is their some sort of package issue with my project or am I doing something wrong? I have went through the tutorial twice now and the same thing happens. I don't hardly know what I am doing at the moment as far as Angular goes. If any more experienced developers would care to take a look at my project I would appreciate it.

Here is a link to my project on git-hub. Hopefully everything you need is in their. https://github.com/Zachary-Jackson/Temporary-Tour-of-heros