ngx-page-scroll-core
Version:
Animated scrolling functionality for angular written in pure typescript
9 lines (8 loc) • 600 B
TypeScript
export { NgxPageScrollCoreModule } from './lib/ngx-page-scroll-core.module';
export { defaultPageScrollConfig, NGXPS_CONFIG } from './lib/providers/config.provider';
export { PageScrollService } from './lib/providers/ngx-page-scroll.service';
export { EasingLogic } from './lib/types/easing-logic';
export { PageScrollInstance, InterruptReporter, PageScrollOptions } from './lib/page-scroll-instance';
export { PageScrollTarget } from './lib/types/page-scroll-target';
export { PageScrollViews } from './lib/types/page-scroll-view';
export { PageScrollConfig } from './lib/types/page-scroll.config';