UNPKG

@ng-doc/ui-kit

Version:

<!-- PROJECT LOGO --> <br /> <div align="center"> <a href="https://github.com/ng-doc/ng-doc"> <img src="https://ng-doc.com/assets/images/ng-doc.svg?raw=true" alt="Logo" height="150px"> </a>

19 lines (18 loc) 575 B
import { ViewportRuler } from '@angular/cdk/overlay'; import * as i0 from "@angular/core"; export declare class NgDocScrollService { private readonly document; private readonly viewportRuler; private readonly scrollStrategy; constructor(document: Document, viewportRuler: ViewportRuler); /** * Block global scroll */ block(): void; /** * Unblock global scroll */ unblock(): void; static ɵfac: i0.ɵɵFactoryDeclaration<NgDocScrollService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<NgDocScrollService>; }