kamilkisiela / apollo-angular

A fully-featured, production ready caching GraphQL client for Angular and every GraphQL server 🎁
https://apollo-angular.com
MIT License
1.5k stars 309 forks source link

Angular 17 support #2090

Closed supermakdas closed 10 months ago

supermakdas commented 10 months ago

Describe the bug

A peer dependency conflict with apollo-angular@5.0.2.

Using Angular version 17 (@angular/core@17.0.1), apollo-angular@5.0.2 expects a peer of Angular core version 14, 15, or 16 (@angular/core@"^14.0.0 || ^15.0.0 || ^16.0.0").

The apollo-angular package requires a version of Angular core that is not higher than 16.

To Reproduce

Steps to reproduce the behavior: with Angular cli 17 ng new npm i apollo-angular

Expected behavior

npm install of Apollo-angular

rezoled commented 10 months ago

Added a PR for Angular 17 - https://github.com/kamilkisiela/apollo-angular/pull/2094

MerlinMoos commented 10 months ago

Added PR for angular 17 - #2097

HoseinGhanbari commented 10 months ago

UP ⬆️

Angular 17 support is highly required ⚡️