timdeschryver / ng-signal-forms

105 stars 7 forks source link

Angular 18 support #44

Open grant-wilson opened 1 month ago

MarloneA commented 6 days ago

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"
    }
  }