Skip to content

Commit 76f7212

Browse files
NothingEverHappensjamesdaniels
authored andcommitted
chore(firestore): Update comment to use new rxjs import (#2250)
1 parent 81ab183 commit 76f7212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/firestore/firestore.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export function associateQuery(collectionRef: CollectionReference, queryFn = ref
5959
* import { Component } from '@angular/core';
6060
* import { AngularFirestore, AngularFirestoreCollection, AngularFirestoreDocument } from '@angular/fire/firestore';
6161
* import { Observable } from 'rxjs/Observable';
62-
* import { from } from 'rxjs/observable/from';
62+
* import { from } from 'rxjs/observable';
6363
*
6464
* @Component({
6565
* selector: 'app-my-component',

0 commit comments

Comments
 (0)