Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Fix typo (repeated file names) #3286

Merged
merged 2 commits into from
Feb 27, 2017
Merged

Fix typo (repeated file names) #3286

merged 2 commits into from
Feb 27, 2017

Conversation

AlexanderLukin
Copy link
Contributor

No description provided.

@Foxandxss
Copy link
Member

/cc @kapunahelewong

Copy link
Contributor

@kapunahelewong kapunahelewong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! You have a good eye. :)

@@ -775,7 +775,7 @@ figure.image-display
If you're coding along with the steps in this reactive forms tutorial,
create the pertinent files based on the
[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` and `hero.service.ts`
import `Observable` and `finally` from `rxjs`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a great catch, @AlexanderLukin! I was looking closely at the example files and noticed something though. How about this (or something like it):

Notice that hero-list.component.ts imports Observable and finally while hero.service.ts imports Observable, of, and delay from rxjs.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I think you've proposed the most accurate version. I've corrected my PR in accordance with your changes.

Correct subparagraph in accordance with @kapunahelewong suggestion.
Add separate info about imports from `rxjs` lib for `hero-list.component.ts` and `hero.service.ts`.
@Foxandxss Foxandxss merged commit 0b631da into angular:master Feb 27, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants