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

Commit e006699

Browse files
shairezwardbell
authored andcommitted
Correct the import explanation to include Address (#3259)
closes #3257
1 parent d586c7c commit e006699

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/docs/ts/latest/guide/reactive-forms.jade

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -649,8 +649,8 @@ a#data-model-form-model
649649
+makeExample('reactive-forms/ts/src/app/hero-detail-7.component.ts', 'address-form-group')(format=".")
650650

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

655655
.l-main-section
656656
a#set-data

0 commit comments

Comments
 (0)