angular/introduction-to-angular

component name mistake in codelabs?

V00doo1 opened this issue · 2 comments

In the "polish the templates" section, step no.4 mentions updating the code in the housing-location.component.html. I believe this should be housing-list.component.html

And this naming issue also appears on Step 6.4

In housing-location.component.html, replace locationList with results in the ngFor:

<article *ngFor="let location of results">...</article>

To clarify: component is called housing-list. interface is called housing-location

This bug is still open and unresolved, I just found it again today. Google come on, this is a year and a day since it was reported!