File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ const dbRef = new Firebase('https://<your-app>.firebaseio.com/item');
4747const relative = af .database .object (dbRef );
4848```
4949
50- ### Retreive data
50+ ### Retrieve data
5151
5252To get the object in realtime, create an object binding as a property of your component or service.
5353Then in your template, you can use the ` async ` pipe to unwrap the binding.
@@ -74,7 +74,7 @@ export class AppComponent {
7474
7575### API Summary
7676
77- The table below highlights some of the common methods on the ` FirebaseObjectObservale ` .
77+ The table below highlights some of the common methods on the ` FirebaseObjectObservable ` .
7878
7979| method | |
8080| ---------| --------------------|
@@ -183,4 +183,4 @@ this.item.subscribe(snapshot => console.log(snapshot.key()));
183183The ` FirebaseObjectObservable ` synchronizes objects from the realtime database. There is no querying available for objects because
184184objects are simply JSON, and JSON order is specified by the browser.
185185
186- ###[ Next Step: Retrieving data as lists] ( 3-retrieving-data-as-lists.md )
186+ ###[ Next Step: Retrieving data as lists] ( 3-retrieving-data-as-lists.md )
You can’t perform that action at this time.
0 commit comments