Skip to content

Commit

Permalink
accept reviewer's suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetkizilay committed Feb 7, 2024
1 parent c3a180c commit f50cd24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -63,7 +63,7 @@ export class AppComponent {

constructor() {
const itemCollection = collection(this.firestore, 'items');
this.item$ = collectionData(itemCollection) as Observable<Item[]>;
this.item$ = collectionData<Item>(itemCollection);
}
}
```
Expand Down

0 comments on commit f50cd24

Please sign in to comment.