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>

21 lines (18 loc) 684 B
import { ScrollStrategy, OverlayRef } from '@angular/cdk/overlay'; import * as i0 from '@angular/core'; declare class NgDocOverlayStrategy implements ScrollStrategy { private documentRef; private ngZone; private overlayRef; private destroy$; /** Inserted by Angular inject() migration for backwards compatibility */ constructor(...args: unknown[]); attach(overlayRef: OverlayRef): void; enable(): void; private get origin(); disable(): void; detach(): void; static ɵfac: i0.ɵɵFactoryDeclaration<NgDocOverlayStrategy, never>; static ɵprov: i0.ɵɵInjectableDeclaration<NgDocOverlayStrategy>; } export { NgDocOverlayStrategy };