ngneat / dag

🐠 An Angular service for managing directed acyclic graphs
MIT License
155 stars 7 forks source link

Latest stable version (2.0.0) not compatible with Angular v14 #39

Closed shortthirdman closed 1 year ago

shortthirdman commented 1 year ago

I'm submitting a...


[ x ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report  
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or request
[ x ] Support request
[ ] Other... Please describe:

Current behavior

Not able to install the module/package with Angular v14.

Expected behavior

Latest stable version should be installable and compatible with higher Angular versions (14 and above)

Minimal reproduction of the problem with instructions

Install the package in a newly generated Angular 14 project.

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

Compatibility issues with higher stable versions of Angular (14 and above)

Environment


Angular version: `14.2.12`


Browser:
- [ ] Chrome (desktop) version XX
- [ ] Chrome (Android) version XX
- [ ] Chrome (iOS) version XX
- [ ] Firefox version XX
- [ ] Safari (desktop) version XX
- [ ] Safari (iOS) version XX
- [ ] IE version XX
- [ ] Edge version XX

For Tooling issues:
- Node version: `16.16.10`  
- Platform:  `Windows` 

Others:

- Package Manager: `npm 9.2.0`
- OS Version: `Windows 10 x64`
shortthirdman commented 1 year ago

@NetanelBasal @shaharkazaz Please help in expedite the process

shortthirdman commented 1 year ago

Closing this issue as PR related to breaking change update has been raised for Angular 14+