-
Notifications
You must be signed in to change notification settings - Fork 63
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
Comments
Might also need to change the dependencies & version inside the project's package.json itself, since that still requires the old versions. |
Any update on this? |
Any updates? |
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+? |
You can use |
It seems doesn't support angular 15, only >=16 Upd: switched to this library ngx-resize-observer v2.4.1 supports angular 15 |
For Angular 15, you can just use |
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+ |
It is maintained. It was just migrated from separate |
Sounds good, thank you! |
Hi all, |
dependency support for @angular/common@"^15.0.2"
The text was updated successfully, but these errors were encountered: