UNPKG

@paulvmoreau/ngx-scroll-to

Version:

A simple Angular 4+ plugin enabling you to smooth scroll to any element on your page and enhance scroll-based features in your app. This is a fork from @nicky-lenaers' scroll to module that supports angular 10 and angular 11

6 lines (5 loc) 224 B
export * from './lib/scroll-to-config.interface'; export * from './lib/scroll-to-easing.interface'; export * from './lib/scroll-to.directive'; export * from './lib/scroll-to.module'; export * from './lib/scroll-to.service';