vdolek / angular-resize-event

Angular directive for detecting changes of an element size.
MIT License
169 stars 63 forks source link

Angular 13 dependency conflict #49

Closed ivanmiiranda closed 2 years ago

ivanmiiranda commented 2 years ago

I can't to install this package, do it needs an update?

image

melino commented 2 years ago

You can --force it: npm install angular-resize-event --force

I have tested it with Angular 13.0.2 and it works.

kwood-gmr commented 2 years ago

I have just submitted a PR for this.