ngx-free-fullpage
Version:
ngx-free-fullpage is a free-for-profit angular library that gives you all the tools you need to implement a fullpage scroll effect. This library hasn't been developed in order to substitute the current ngx-fullpage, this library is an alternative for thos
7 lines (6 loc) • 475 B
TypeScript
export { NgxFullpageGoToLastModule } from './lib/ngx-fullpage-go-to-last.module';
export { NgxFullpageModule } from './lib/ngx-fullpage.module';
export { NgxFullpageNextButtonModule } from './lib/ngx-fullpage-next-button.module';
export { NgxFullpageToFirstButtonModule } from './lib/ngx-fullpage-to-first-button.module';
export { NgxFullpageGoToSectionModule } from './lib/ngx-fullpage-go-to-section.module';
export { NgxFullpageService } from './lib/ngx-fullpage.service';