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

Angular 15 Support

Open Fenki404 opened this issue 3 years ago • 12 comments

dependency support for @angular/common@"^15.0.2"

Fenki404 avatar Dec 02 '22 16:12 Fenki404

I created a PR for this #89

Might also need to change the dependencies & version inside the project's package.json itself, since that still requires the old versions.

aldrashan avatar Dec 15 '22 09:12 aldrashan

Any update on this?

achrysanthakopoulou avatar Jan 23 '23 10:01 achrysanthakopoulou

Any updates?

leomayer avatar Jan 26 '23 07:01 leomayer

The project doesn't seem to be maintained anymore. Those looking for an alternative, can try actively maintained ngx-resize. It can be used the same way like this directive but has a lot more options.

<some-component
    (ngxResize)="onResize($event)"
    [ngxResizeOptions]="optionalOptions"
></some-component>

hakimio avatar Jan 26 '23 22:01 hakimio

The project doesn't seem to be maintained anymore. Those looking for an alternative, can try actively maintained ngx-resize. It can be used the same way like this directive but has a lot more options.

<some-component
    (ngxResize)="onResize($event)"
    [ngxResizeOptions]="optionalOptions"
></some-component>

This repository has been archived, is any alternative for angular 15+?

Bykiev avatar Apr 02 '24 07:04 Bykiev

You can use resize directive from ngxtension library which should work the same like the one from ngx-resize.

hakimio avatar Apr 02 '24 08:04 hakimio

You can use resize directive from ngxtension library which should work the same like the one from ngx-resize.

It seems doesn't support angular 15, only >=16

Upd: switched to this library ngx-resize-observer v2.4.1 supports angular 15 it seems to be slow

Bykiev avatar Apr 02 '24 09:04 Bykiev

For Angular 15, you can just use ngx-resize even the github repo is archived.

hakimio avatar Apr 02 '24 11:04 hakimio

For Angular 15, you can just use ngx-resize even the github repo is archived.

Thank you, but when we'll be ready for Angular 16 we need to change the library again, which is not good. Trying to find smth maintained and working with angular 15+

Bykiev avatar Apr 02 '24 11:04 Bykiev

It is maintained. It was just migrated from separate ngx-resize github repository to ngxtension repository. Same people working on it, same API.

hakimio avatar Apr 02 '24 11:04 hakimio

Sounds good, thank you!

Bykiev avatar Apr 02 '24 11:04 Bykiev

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