ngxtension / ngxtension-platform

Utilities for Angular
https://ngxtension.netlify.app/
MIT License
544 stars 80 forks source link

fix(migrations): Update Migration Scripts for Angular 18 Compatibility #388

Closed xriu closed 2 months ago

xriu commented 2 months ago

Issue encountered when attempting to execute migration scripts in the project after updating to Angular version 18. The migration scripts rely on the output() function, which is only available in Angular versions 17.3 and later. As a result, attempting to run these scripts on Angular 18 results in the following error:

[ngxtension] output() is only available in v17.3 and later