vdolek / angular-resize-event

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

Angular 16 #100

Open horodynskyi opened 1 year ago

horodynskyi commented 1 year ago

dependency support for @angular/common@"^16.x.x"

BojanKogoj commented 1 year ago

Seems like we'll need to --force it for now

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: myproject@0.0.0
npm ERR! Found: @angular/common@16.1.2
npm ERR! node_modules/@angular/common
npm ERR!   @angular/common@"^16.1.2" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/common@">= 12.2.0 < 15" from angular-resize-event@3.2.0
npm ERR! node_modules/angular-resize-event
npm ERR!   angular-resize-event@"^3.2.0" from the root project
marvingreeven commented 1 year ago

Is there an Angular upgrade planed? Or is this funcionaltiy somehow integrated in Angular v16 now?

10Bude10 commented 1 year ago

Same problem for Angular 17

dereekb commented 10 months ago

I created a fork and a new pull request for Angular 17.

To use for your project in the mean time you can replace the package.json line with:

Angular 12-17: "angular-resize-event": "git+https://git@github.com/dereekb/angular-resize-event#00ef5139ccd6a02f0afd7639ae1bd365ac8b13f9"

This will pull down a special version that has only the dist folder's contents like the npm version would.

I created some other version for Angular 16 as well if you need that.

Angular 12-16: "angular-resize-event": "git+https://git@github.com/dereekb/angular-resize-event#ab642793288541c6093ef24f979c9815443cf565"

CandyDD commented 10 months ago

How long will it take for the release version of angular 16 to be updated?

godind commented 8 months ago

Bump please!

wlievens commented 6 months ago

Can we get a new release pretty please? :-)

NemesLaszlo commented 3 months ago

Hi all, Many thanks to the contributors, I forked the project where I continued to follow the versions angular 16, 17 and now 18 etc. Available at the following link: https://www.npmjs.com/package/angular-resize-event-package