UNPKG

ng-spy

Version:

A lightweight, dependecy-free scrollspy for angular. Use this library to spy on HTML elements on your page when the window is scrolled or resized.

7 lines (6 loc) 273 B
export * from './lib/scroll-spy.service'; export * from './lib/tokens/resize-threshold.token'; export * from './lib/tokens/scroll-threshold.token'; export * from './lib/spy-on.directive'; export * from './lib/spy-target.directive'; export * from './lib/scroll-spy.module';