You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this updated template code you have used property binding to bind the `housingLocation.photo` to the `src` attribute. The `alt` attribute uses interpolation to give more context to the alt text of the image.
32
+
In this updated template code you have used property binding to bind the `housingLocation.photo` to the `src` attribute. The `alt` attribute uses interpolation to give more context to the alt text of the image.
33
33
34
-
You use interpolation to include the values for `name`, `city` and `state` of the `housingLocation` property.
34
+
You use interpolation to include the values for `name`, `city` and `state` of the `housingLocation` property.
35
35
36
-
</docs-step>
36
+
</docs-step>
37
37
38
38
<docs-steptitle="Confirm the changes render in the browser">
0 commit comments