timdeschryver/ng-signal-forms

Angular 18 support

Opened this issue · 2 comments

Angular 18 support

For more context, there's an upstream dependency conflict with ng-signal-forms and the new angular 18 update, I added an override on my package.json to be able to use it but ideally we shouldn't have to do this.

"overrides": {
    "ng-signal-forms": {
      "@angular/core": "$@angular/core"
    }
  }

If someone wants to contribute to this, feel free to pick this one up