ng-scroll-spy
Version:
Angular directive that tracking the scrolling of the document and highlight the navigation link
10 lines (9 loc) • 477 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./directives/ng-scroll-spy.directive";
export * from './directives/ng-scroll-spy.directive';
export declare class ScrollSpyModule {
constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<ScrollSpyModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<ScrollSpyModule, [typeof i1.ScrollSpyDirective], never, [typeof i1.ScrollSpyDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<ScrollSpyModule>;
}