You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromEvent(viewportEl,'scroll')// Sample the scroll stream at every animation frame. This way if there are multiple// scroll events in the same frame we only need to recheck our layout once..pipe(sampleTime(0,animationFrameScheduler)).subscribe(()=>this._scrollStrategy.onContentScrolled());