angular-grid-layout icon indicating copy to clipboard operation
angular-grid-layout copied to clipboard

Angular 16 support to use standalone component and signals

Open sheikalthaf opened this issue 1 year ago • 8 comments

Do you have any plan to update to angular 16, so that we can make use of Standalone components and signals.

I'm ready to raise a PR for this

sheikalthaf avatar Sep 03 '23 04:09 sheikalthaf

Hi again @sheikalthaf !

Currently, there are no plans to update to Angular 16. This is primarily because AFAIK, if we upgrade to Angular 16, users still with Angular 14 will not be able to use the latest version of this lib! But, staying in Angular 14, let's users from Angular 14 to Angular 16 use it perfectly.

That being said, if Angular 14 libraries are not compatible with Angular 17 (which is expected to be released soon), we may need to upgrade the Angular version to ensure the library's compatibility with Angular 17.

llorenspujol avatar Sep 05 '23 09:09 llorenspujol

Yes, then we can wait for Angular 17 update

sheikalthaf avatar Sep 05 '23 19:09 sheikalthaf

@llorenspujol, Angular 14 does not work with nodejs 18. If I need to upgrade to node 18 with angular 16 - will I still be able to depend on current angular-grid-layout version (angular14)?

akalitenya avatar Sep 06 '23 12:09 akalitenya

Hi, @llorenspujol Are there any updates regarding Angular 17 support ?

Jeredian avatar Feb 22 '24 11:02 Jeredian

@Jeredian Agreed, it is time to upgrade Angular Grid Layout to Angular 16 and export it as a standalone component. This way, full standalone apps can import AngularGridLayout.

Having said that, even though Angular Grid Layout is currently written with Angular 14, it remains compatible with Angular 17, as far as you import it into an NgModule.

In resume, I am open to PRs for upgrading to Angular 16 (not Angular 17), with Angular Grid Layout exported as a standalone component. You may want to take it @sheikalthaf

llorenspujol avatar Feb 24 '24 19:02 llorenspujol

@llorenspujol Did you have open the PRs ?

devglrd avatar Apr 03 '24 15:04 devglrd

Is anything planned regarding Angular 16 / 17 / 18?

jelle-ingambh avatar May 28 '24 08:05 jelle-ingambh

@Jeredian Agreed, it is time to upgrade Angular Grid Layout to Angular 16 and export it as a standalone component. This way, full standalone apps can import AngularGridLayout.

Having said that, even though Angular Grid Layout is currently written with Angular 14, it remains compatible with Angular 17, as far as you import it into an NgModule.

In resume, I am open to PRs for upgrading to Angular 16 (not Angular 17), with Angular Grid Layout exported as a standalone component. You may want to take it @sheikalthaf

@llorenspujol Created the PR for v15 and v16 versions

sheikalthaf avatar May 28 '24 18:05 sheikalthaf