Skip to content

Commit

Permalink
Update lazy_with_latest_from.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
David authored Oct 25, 2020
1 parent c700100 commit 9bb6341
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions modules/effects/src/lazy_with_latest_from.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
import { Observable, of, OperatorFunction } from 'rxjs';
import { concatMap, withLatestFrom } from 'rxjs/operators';

/*
* RxJS Pipe operator that lazily
* evaluates the input Observables.
*
* Useful when there is a performance cost
* for evaluating a function which produces
* an input observable, like in the case of
* NgRx's `store.select` method.
*/
/**
* @description
* RxJS operator that lazily evaluates a list of Observables.
Expand Down

0 comments on commit 9bb6341

Please sign in to comment.