ngneat / edit-in-place

A flexible and unopinionated edit in place library for Angular applications
https://ngneat.github.io/edit-in-place
MIT License
260 stars 18 forks source link

Upgrade to Angular 18 #186

Open CharlieGreenman opened 1 month ago

CharlieGreenman commented 1 month ago

I'm submitting a

Feature request

Current behavior

Currently on Angular 17

Expected behavior

Should be available for Angular 18 as well

Minimal reproduction of the problem with instructions

No response

What is the motivation / use case for changing the behavior?

No response

Environment

No response

geromegrignon commented 1 month ago

Hello PR are welcomed.

Should be available for Angular 18 as well

It's already available for Angular 18 as the current version peerDependencies are:

"peerDependencies": {
    "@angular/common": ">=16.0.0",
    "@angular/core": ">=16.0.0"
  },