Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Angular 15 Support #86

Open
Fenki404 opened this issue Dec 2, 2022 · 12 comments
Open

Angular 15 Support #86

Fenki404 opened this issue Dec 2, 2022 · 12 comments

Comments

@Fenki404
Copy link

Fenki404 commented Dec 2, 2022

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

@aldrashan
Copy link

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.

@achrysanthakopoulou
Copy link

Any update on this?

@leomayer
Copy link

Any updates?

@hakimio
Copy link

hakimio commented Jan 26, 2023

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>

@Bykiev
Copy link

Bykiev commented Apr 2, 2024

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+?

@hakimio
Copy link

hakimio commented Apr 2, 2024

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

@Bykiev
Copy link

Bykiev commented Apr 2, 2024

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

@hakimio
Copy link

hakimio commented Apr 2, 2024

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

@Bykiev
Copy link

Bykiev commented Apr 2, 2024

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+

@hakimio
Copy link

hakimio commented Apr 2, 2024

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

@Bykiev
Copy link

Bykiev commented Apr 2, 2024

Sounds good, thank you!

@NemesLaszlo
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants