X Tutup
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-02.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Note that, this step just adds the search elements to the layout without any fun
In the **Edit** pane of your IDE:

1. In the `first-app` directory, open `home.component.ts` in the editor.
1. In `app.component.ts`, in `@Component`, update the `template` property with this code.
1. In `home.component.ts`, in `@Component`, update the `template` property with this code.

<code-example header="Replace in src/app/home/home.component.ts" path="first-app-lesson-02/src/app/home/home.component.ts" region="home-template"></code-example>

Expand Down
X Tutup