We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81ab183 commit 76f7212Copy full SHA for 76f7212
src/firestore/firestore.ts
@@ -59,7 +59,7 @@ export function associateQuery(collectionRef: CollectionReference, queryFn = ref
59
* import { Component } from '@angular/core';
60
* import { AngularFirestore, AngularFirestoreCollection, AngularFirestoreDocument } from '@angular/fire/firestore';
61
* import { Observable } from 'rxjs/Observable';
62
- * import { from } from 'rxjs/observable/from';
+ * import { from } from 'rxjs/observable';
63
*
64
* @Component({
65
* selector: 'app-my-component',
0 commit comments