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

Please update to latest angular ivy library. #23

Open leo6104 opened 1 year ago

leo6104 commented 1 year ago

It seems angular-scrollspy still use ViewEngine library.

In latest angular and modern angular versions, they drop ViewEngine library build and recommend to use ivy compile library pattern.

It is easy to update.

Just put enableIvy in tsconfig.json

I can make PR for this updates. Please consider it.

jamesjwarren commented 1 year ago

Thanks for showing interest in our angular-scrollspy library, we're not actively maintaining this package at the moment but we'd be more than happy to accept a PR for the necessary updates.