@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.
16 lines (15 loc) • 677 B
TypeScript
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>;
}