docs(reactive-forms): fix repeated file names (#3286)

* Fix typo (repeated file names)

* Correct subparagraph

Correct subparagraph in accordance with @kapunahelewong suggestion.
Add separate info about imports from `rxjs` lib for `hero-list.component.ts` and `hero.service.ts`.
This commit is contained in:
AlexanderLukin 2017-02-27 23:19:32 +03:00 committed by Jesús Rodríguez
parent e58ba502f2
commit 0b631da13f

View File

@ -775,8 +775,8 @@ figure.image-display
If you're coding along with the steps in this reactive forms tutorial, If you're coding along with the steps in this reactive forms tutorial,
create the pertinent files based on the create the pertinent files based on the
[source code displayed below](#source-code "Reactive Forms source code"). [source code displayed below](#source-code "Reactive Forms source code").
Notice that `hero-list.component.ts` and `hero-list.component.ts` Notice that `hero-list.component.ts` imports `Observable` and `finally` while `hero.service.ts` imports `Observable`, `of`,
import `Observable` and `finally` from `rxjs`. and `delay` from `rxjs`.
Then return here to learn about _form array_ properties. Then return here to learn about _form array_ properties.
.l-main-section .l-main-section