@q149/angular-scrollspy
Version:
A simple lightweight library for Angular which automatically updates links to indicate the currently active section in the viewport
7 lines (6 loc) • 522 B
TypeScript
export { ScrollSpyDirective } from './app/scroll-spy/scroll-spy/scroll-spy.directive';
export { ScrollSpyItemDirective } from './app/scroll-spy/scroll-spy-item/scroll-spy-item.directive';
export { ScrollSpySectionComponent } from './app/scroll-spy/scroll-spy-section/scroll-spy-section.component';
export { ScrollSpyService } from './app/scroll-spy/scroll-spy-service/scroll-spy.service';
export { Spy } from './app/scroll-spy/shared/spy.model';
export { ScrollSpyModule } from './app/scroll-spy/scroll-spy.module';