Skip to content

Commit a2cf77d

Browse files
Django987sulco
Django987
authored andcommitted
docs(afs): add missing export to interface Item (#1839)
1 parent 8affd05 commit a2cf77d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: docs/firestore/documents.md

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ import { Component } from '@angular/core';
1212
import { AngularFirestore, AngularFirestoreDocument } from 'angularfire2/firestore';
1313
import { Observable } from 'rxjs';
1414

15+
export interface Item { name: string; }
16+
1517
@Component({
1618
selector: 'app-root',
1719
template: `

0 commit comments

Comments
 (0)