Skip to content

Commit da4b4d4

Browse files
authored
Merge pull request #1847 from Phil147/fix-autosize-backwards-compat
fix(template): move import in virtual scrolling to rxjs/operators
2 parents 1ed445c + 9d61704 commit da4b4d4

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)