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>

22 lines (19 loc) 595 B
import * as i0 from '@angular/core'; declare class NgDocScrollService { private readonly document; private readonly viewportRuler; private readonly scrollStrategy; /** Inserted by Angular inject() migration for backwards compatibility */ constructor(...args: unknown[]); /** * Block global scroll */ block(): void; /** * Unblock global scroll */ unblock(): void; static ɵfac: i0.ɵɵFactoryDeclaration<NgDocScrollService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<NgDocScrollService>; } export { NgDocScrollService };