ngx-page-scroll-core
Version:
Animated scrolling functionality for angular written in pure typescript
10 lines (9 loc) • 535 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
import { PageScrollConfig } from './types/page-scroll.config';
import * as i0 from "@angular/core";
export declare class NgxPageScrollCoreModule {
static forRoot(config?: PageScrollConfig): ModuleWithProviders<NgxPageScrollCoreModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxPageScrollCoreModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxPageScrollCoreModule, never, never, never>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgxPageScrollCoreModule>;
}