8000 fix(template): move import in virtual scrolling to rxjs/operators · rx-angular/rx-angular@9d61704 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9d61704

Browse files
committed
fix(template): move import in virtual scrolling to rxjs/operators
1 parent 943176e commit 9d61704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/template/experimental/virtual-scrolling/src/lib/scroll-strategies/autosize-virtual-scroll-strategy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import {
1515
MonoTypeOperatorFunction,
1616
Observable,
1717
of,
18-
pairwise,
1918
ReplaySubject,
2019
Subject,
2120
} from 'rxjs';
@@ -27,6 +26,7 @@ import {
2726
groupBy,
2827
map,
2928
mergeMap,
29+
pairwise,
3030
startWith,
3131
switchMap,
3232
take,

0 commit comments

Comments
 (0)
0