Correct the import explanation to include Address (#3259)

closes #3257
This commit is contained in:
Shai Reznik 2017-03-01 22:30:18 +02:00 committed by Ward Bell
parent d586c7cd6a
commit e006699c1b
1 changed files with 2 additions and 2 deletions

View File

@ -649,8 +649,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