UNPKG

@akaustav/ngx-scroll-to

Version:

A simple Angular 12 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/ngx-scroll-to that adds support for Angular 12.

6 lines (5 loc) 229 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';