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(build): Move build environment to angular cli and ng-packagr #3

Closed edoparearyee closed 6 years ago

edoparearyee commented 6 years ago

Simplified the dev and build environment to be based on the angular cli

BREAKING CHANGE: InViewportModule must now be imported by user from @thisissoon/angular-inviewport at root module of user application and WindowRef imported from @thisissoon/angular-inviewport and passed to forRoot function of InviewportModule.