thenikso / angular-inview

AngularJS directive to check if a DOM element is in the browser viewport.
http://thenikso.github.io/angular-inview/
MIT License
480 stars 112 forks source link

Version for Angular2 #106

Open slagod opened 8 years ago

slagod commented 8 years ago

Hi,

Are you going to migrate your wonderful directive to Angular 2?

thenikso commented 8 years ago

I might but it's not on my plans at the moment. The develop branch has a v2 in the works from quite some times now and I never find the time/motivation to continue it.

PRs are welcome! 💎

jhertz123 commented 7 years ago

Please add 👍

ryzy commented 7 years ago

The new Angular is totally different than AngularJS, so the code would be totally different, it perhaps doesn't make sense to try to make both in one repository (as you'll effectively maintain two different code bases).

IMO we just need another project, perhaps based on this one, but with new implementation, written in TS, with metadata for AoT etc.