Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

docs(toh-pt1): revision suggested in #412 #941

Closed
wants to merge 1 commit into from
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 public/docs/ts/latest/tutorial/toh-pt1.jade
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ code-example(format="" language="bash").
Let's convert the `hero` from a literal string to an interface.

Create a `Hero` interface with `id` and `name` properties.
Keep this near the top of the `app.component.ts` file for now.
For now put this near the top of the `app.component.ts` file, just below the import statement.

+makeExample('toh-1/ts/app/app.component.ts', 'hero-interface-1', 'app.component.ts (Hero interface)')(format=".")

Expand Down