From 2e27b4db30f734b7f5373330cb72fcf1e19eafc2 Mon Sep 17 00:00:00 2001 From: Shai Reznik Date: Thu, 16 Feb 2017 14:18:19 +0200 Subject: [PATCH] Correct the import explanation to include Address This fixes #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 bf5cbfecb2..fa80e98aa4 100644 --- a/public/docs/ts/latest/guide/reactive-forms.jade +++ b/public/docs/ts/latest/guide/reactive-forms.jade @@ -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