UNPKG

cocori-ng

Version:

Cocori-ng is an Angular full of great components & utilites based on Material

15 lines (14 loc) 524 B
import { Subject } from 'rxjs'; import * as i0 from "@angular/core"; export declare class ScrollService { scrollingNativeElement: HTMLElement; onScroll: Subject<boolean>; constructor(); private currentScrollPosition; private getElementDomPosition; scrollToTop(): void; scrollToIdSmooth(eID: any): boolean; getScrollDistanceTo(eID: any): number; static ɵfac: i0.ɵɵFactoryDeclaration<ScrollService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<ScrollService>; }