Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aio/content/tutorial/first-app/first-app-lesson-03.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ In this step, you add the new component, `HousingLocationComponent` to your app'
In the **Edit** pane of your IDE:

1. Open `home.component.ts` in the editor.
1. In `app.component.ts`, import `HousingLocationComponent` by adding this line to the file level imports.
1. In `home.component.ts`, import `HousingLocationComponent` by adding this line to the file level imports.

<code-example header="Import HousingLocationComponent in src/app/home/home.component.ts" path="first-app-lesson-03/src/app/home/home.component.ts" region="import-housingLocation"></code-example>

Expand Down