angular-resize-event icon indicating copy to clipboard operation
angular-resize-event copied to clipboard

Angular 16

Open horodynskyi opened this issue 1 year ago • 8 comments

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

horodynskyi avatar Jun 12 '23 16:06 horodynskyi

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: [email protected]
npm ERR! Found: @angular/[email protected]
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 [email protected]
npm ERR! node_modules/angular-resize-event
npm ERR!   angular-resize-event@"^3.2.0" from the root project

BojanKogoj avatar Jun 22 '23 10:06 BojanKogoj

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

marvingreeven avatar Aug 29 '23 10:08 marvingreeven

Same problem for Angular 17

10Bude10 avatar Nov 09 '23 06:11 10Bude10

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://[email protected]/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://[email protected]/dereekb/angular-resize-event#ab642793288541c6093ef24f979c9815443cf565"

dereekb avatar Jan 01 '24 22:01 dereekb

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

CandyDD avatar Jan 11 '24 03:01 CandyDD

Bump please!

godind avatar Mar 16 '24 07:03 godind

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

wlievens avatar Apr 16 '24 09:04 wlievens

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

NemesLaszlo avatar Aug 11 '24 19:08 NemesLaszlo