Skip to content

Commit 6148a86

Browse files
Django987jamesdaniels
Django987
authored andcommitted
docs(afs): add missing export to interface Item (#1839)
1 parent 2ae49ed commit 6148a86

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/firestore/documents.md

Lines changed: 2 additions & 0 deletions
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)