docs(aio): Wrong code example. Form status field was added later in the guide. (#21275)

PR Close #21275
This commit is contained in:
zhilich 2018-01-02 22:30:26 -06:00 committed by Victor Berchet
parent 9e6268ba59
commit 722dec11b0
1 changed files with 1 additions and 1 deletions

View File

@ -418,7 +418,7 @@ To see the form model, add the following line after the
closing `form` tag in the `hero-detail.component.html`:
<code-example path="reactive-forms/src/app/hero-detail/hero-detail-3.component.html" region="form-value-json" title="src/app/hero-detail/hero-detail.component.html" linenums="false">
<code-example path="reactive-forms/src/app/hero-detail/hero-detail-2.component.html" region="form-value-json" title="src/app/hero-detail/hero-detail.component.html" linenums="false">
</code-example>