Skip to content

Commit d10cac2

Browse files
Merge branch 'master' into patch-3
2 parents 7a9b89a + bd2b5ad commit d10cac2

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docs/version-4-upgrade.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Upgrading to AngularFire2 4.0
2-
31
AngularFire2 4.0 is a refactor of the AngularFire2 package which implements
42
@NgModule, simplifies authentication, and better supports Angular 4.
53

docs/version-5-upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ AngularFire 5.0 is a refactor of the `AngularFireDatabase` module. It removes th
44

55
## Updating `FirebaseListObservable` to `AngularFireList<T>`
66

7-
Rather than `.list()` returning a `FirebaseListObservable`, it now returns an `AngularFireList<T>`. This service contains methods that allow you manipulate and stream data.
7+
Rather than `.list()` returning a `FirebaseListObservable`, it now returns an `AngularFireList<T>`. This service contains methods that allow you to manipulate and stream data.
88

99
In the case of streaming back data, you now call one of the observable methods on `AngularFireList`.
1010

0 commit comments

Comments
 (0)