Skip to content

Commit 55efd6a

Browse files
committed
update step 57
1 parent e7a9c86 commit 55efd6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

step57_firebase_list/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { AngularFire, FirebaseListObservable } from 'angularfire2';
1717
`,
1818
})
1919
export class AppComponent {
20-
items: FirebaseListObservable<any>;
20+
items: FirebaseListObservable<any[]>;
2121
constructor(af: AngularFire) {
2222
this.items = af.database.list('/messages');
2323
}

0 commit comments

Comments
 (0)