diff --git a/adev/src/content/tutorials/first-app/steps/11-details-page/src/app/housing-location/housing-location.ts b/adev/src/content/tutorials/first-app/steps/11-details-page/src/app/housing-location/housing-location.ts index 84de14b417f..5faee8bcc36 100644 --- a/adev/src/content/tutorials/first-app/steps/11-details-page/src/app/housing-location/housing-location.ts +++ b/adev/src/content/tutorials/first-app/steps/11-details-page/src/app/housing-location/housing-location.ts @@ -13,7 +13,7 @@ import {RouterLink} from '@angular/router'; alt="Exterior photo of {{ housingLocation().name }}" crossorigin /> -

{{ housingLocatio()).name }}

+

{{ housingLocation().name }}

{{ housingLocation().city }}, {{ housingLocation().state }}

`,