You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/rtdb/lists.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ To get the list in realtime, create a list binding as a property of your compone
46
46
47
47
Then in your template, you can use the `async` pipe to unwrap the binding.
48
48
49
-
Update `/src/app/app.component.ts` to import `AngularFireList` from `@angular/fire` and iterate thru the list once data is retrieved. Also note the change in attribute `templateUrl` to inline `template` below.
49
+
Update `/src/app/app.component.ts` to import `AngularFireList` from `@angular/fire` and iterate through the list once data is retrieved. Also note the change in attribute `templateUrl` to inline `template` below.
0 commit comments