Skip to content

Commit dc6781f

Browse files
jamesdanielsdavideast
authored andcommitted
AngularFireDatabase service
1 parent 9b0b3e4 commit dc6781f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/2-retrieving-data-as-objects.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
The `FirebaseObjectObservable` is not created by itself, but through the `AngularFire.database` service.
55
The guide below demonstrates how to retrieve, save, and remove data as objects.
66

7-
## Injecting the AngularFireDatabase module
7+
## Injecting the AngularFireDatabase service
88

99
**Make sure you have bootstrapped your application for AngularFire2. See the Installation guide for bootstrap setup.**
1010

11-
AngularFireDatabase is an @NgModule, which is injected through the constructor of your Angular component or `@Injectable()` service.
11+
AngularFireDatabase is a service which can be injected through the constructor of your Angular component or `@Injectable()` service.
1212

1313
If you've followed the earlier step "Installation and Setup" your `/src/app/app.component.ts` should look like below.
1414

0 commit comments

Comments
 (0)