Description
We could release the first new version as a way for people to migrate form ngneat to openng scope but it would not bring direct value. The library is set to support "@angular/core": ">=17.0.0" so it would not bring restrictions/changes from an Angular project point of view.
We lost open issues/PRs with the ngneat GitHub repo removal so we do not have a clear vision about community expectations.
One aspect we can still work on for this first version is modernizing the codebase, to embrace Angular best practices, adopting signals for example and @Service. The latter means we would need to update the peerDependency to "@angular/core": ">=22.0.0" obviously.
Changes will require to assert there are appropriate unit tests to cover their usage to prevent any regression.
@valeriocomo
Description
We could release the first new version as a way for people to migrate form
ngneattoopenngscope but it would not bring direct value. The library is set to support"@angular/core": ">=17.0.0"so it would not bring restrictions/changes from an Angular project point of view.We lost open issues/PRs with the ngneat GitHub repo removal so we do not have a clear vision about community expectations.
One aspect we can still work on for this first version is modernizing the codebase, to embrace Angular best practices, adopting signals for example and
@Service. The latter means we would need to update the peerDependency to"@angular/core": ">=22.0.0"obviously.Changes will require to assert there are appropriate unit tests to cover their usage to prevent any regression.
@valeriocomo