docs(aio): fixed list format in FormArray section

This commit is contained in:
chumtoadafuq 2017-07-30 12:21:15 +01:00 committed by Alex Rickabaugh
parent b6c4af6495
commit a11542a375
1 changed files with 3 additions and 0 deletions

View File

@ -1080,8 +1080,11 @@ To get access to the `FormArray` class, import it into `hero-detail.component.ts
To _work_ with a `FormArray` you do the following:
1. Define the items (`FormControls` or `FormGroups`) in the array.
1. Initialize the array with items created from data in the _data model_.
1. Add and remove items as the user requires.
In this guide, you define a `FormArray` for `Hero.addresses` and