From e006699c1b570c05dcdbc51a3942ece2c433db0e Mon Sep 17 00:00:00 2001 From: Shai Reznik Date: Wed, 1 Mar 2017 22:30:18 +0200 Subject: [PATCH] Correct the import explanation to include Address (#3259) closes #3257 --- public/docs/ts/latest/guide/reactive-forms.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/docs/ts/latest/guide/reactive-forms.jade b/public/docs/ts/latest/guide/reactive-forms.jade index 49627286b8..1670a88124 100644 --- a/public/docs/ts/latest/guide/reactive-forms.jade +++ b/public/docs/ts/latest/guide/reactive-forms.jade @@ -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