ngx-popover
ngx-popover copied to clipboard
package.json compatible with Angular 4
I would like to update my app to angular 4, which is backwards compatible with angular 2. Currently I cannot update by I get this error message:
npm WARN [email protected] requires a peer of @angular/core@^2.0.0 but none was installed.
This can be fixed by changing peerDependencies to "^2.0.0 || ^4.0.0"
It would be great if you could accept this pull request so that I can update my app whilst still using ngx-popover.
Same here. Thank you in advance.
Ya, we need this too. Thanks!
Yes please
That would be great !
Really needed, hope it will be merged soon :)
Hey all, just wanted to point out that the README states pretty clearly that this repo will NOT be maintained. So I wouldn't hold out hope.
Yeah, I noticed that after I made the pull request. So I found this fork to use instead: https://github.com/ctubio/ng4-popover. I'm leaving this pull request open just in case.
Hi how can i append popover to body? I tried data-container='body' but it not working!