thisissoon / angular-scrollspy

A simple lightweight library for Angular which automatically updates links to indicate the currently active section in the viewport
MIT License
35 stars 15 forks source link

feat(ScrollSpy): Allow setting debounce on ScrollSpySectionComponent #2

Closed lukas-shawford closed 6 years ago

lukas-shawford commented 6 years ago

I noticed debounce was hardcoded to 0 in the <sn-scroll-spy-section> component. This change makes it configurable via an input property.

edoparearyee commented 6 years ago

@sergkr thanks for this. Will push a new release with this change too.