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

fix(reactive-forms): Correct the import explanation to include Address #3259

Merged
merged 1 commit into from
Mar 1, 2017
Merged
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
4 changes: 2 additions & 2 deletions public/docs/ts/latest/guide/reactive-forms.jade
Original file line number Diff line number Diff line change
Expand Up @@ -634,8 +634,8 @@ a#data-model-form-model
+makeExample('reactive-forms/ts/src/app/hero-detail-7.component.ts', 'address-form-group')(format=".")

:marked
Also be sure to update the import from `data-model` so you can reference the `Hero` class:
+makeExample('reactive-forms/ts/src/app/hero-detail-6.component.ts', 'import-hero')(format=".")
Also be sure to update the import from `data-model` so you can reference the `Hero` and `Address` classes:
+makeExample('reactive-forms/ts/src/app/hero-detail-7.component.ts', 'import-address')(format=".")

.l-main-section
a#set-data
Expand Down