meiriko / ng2-pop-over

ng2-pop-over, simple pop over for angular2
MIT License
8 stars 8 forks source link

Angular 5 support? #14

Open HerrEmil opened 6 years ago

HerrEmil commented 6 years ago

Could the @angular/core and zone.js peer dependencies be upgraded to versions used in angular 5?

NoMercy235 commented 6 years ago

I'm not sure if this project is still maintained. As a workaround, I've published another npm repository here. If the owner comes back, they are more than welcomed to merge this, but until then I think you can use that repo. I'll try upgrading to Angular 5.0.0 today or sometime soon.

You can add it like this in package.json: "ng2-pop-over": "git+https://github.com/SpamExperts/ng2-pop-over.git#v1.0.1"

See here for more details.