File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44 The ` FirebaseObjectObservable ` is not created by itself, but through the ` AngularFire.database ` service.
55The 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
1313If you've followed the earlier step "Installation and Setup" your ` /src/app/app.component.ts ` should look like below.
1414
You can’t perform that action at this time.
0 commit comments