There was an error while loading. Please reload this page.
1 parent e7a9c86 commit 55efd6aCopy full SHA for 55efd6a
step57_firebase_list/app/app.component.ts
@@ -17,7 +17,7 @@ import { AngularFire, FirebaseListObservable } from 'angularfire2';
17
`,
18
})
19
export class AppComponent {
20
- items: FirebaseListObservable<any>;
+ items: FirebaseListObservable<any[]>;
21
constructor(af: AngularFire) {
22
this.items = af.database.list('/messages');
23
}
0 commit comments