UNPKG

@nicky-lenaers/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.

16 lines (15 loc) 662 B
import { ModuleWithProviders } from '@angular/core'; import * as i0 from "@angular/core"; import * as i1 from "./scroll-to.directive"; /** Scroll To Module */ export declare class ScrollToModule { /** * Guaranteed singletons for provided Services across App. * * @return An Angular Module with Providers */ static forRoot(): ModuleWithProviders<ScrollToModule>; static ɵfac: i0.ɵɵFactoryDeclaration<ScrollToModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<ScrollToModule, [typeof i1.ScrollToDirective], never, [typeof i1.ScrollToDirective]>; static ɵinj: i0.ɵɵInjectorDeclaration<ScrollToModule>; }