We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
export
1 parent 8affd05 commit a2cf77dCopy full SHA for a2cf77d
docs/firestore/documents.md
@@ -12,6 +12,8 @@ import { Component } from '@angular/core';
12
import { AngularFirestore, AngularFirestoreDocument } from 'angularfire2/firestore';
13
import { Observable } from 'rxjs';
14
15
+export interface Item { name: string; }
16
+
17
@Component({
18
selector: 'app-root',
19
template: `
0 commit comments