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 16 support #2008

Closed Maximaximum closed 1 year ago

Maximaximum commented 1 year ago

Describe the bug

Do you plan to add support for Angular 16? And for Angular standalone component methods like bootstrapApplication()

Thank you.

PowerKiKi commented 1 year ago

Feel free to create PR for each of those. Angular 16 is probably easy-ish. Standalone might require a bit more work, but anybody is welcome to give it a try

fromsomnia commented 1 year ago

Linking PR by @PowerKiKi https://github.com/kamilkisiela/apollo-angular/pull/2009

fromsomnia commented 1 year ago

2009 superseded by https://github.com/kamilkisiela/apollo-angular/pull/2010

fromsomnia commented 1 year ago

2010 merged into upcoming release changes: https://github.com/kamilkisiela/apollo-angular/pull/2014

PowerKiKi commented 1 year ago

@fromsomnia please refrain from posting those kind of updates. If people are interested they will follow the issues/pr themselves.

PowerKiKi commented 1 year ago

Apollo 16 support was added in the just released v5.0.0.

Nothing specific was done for standalone app. But they can already use apollo-angular as long as they provides it correctly. Support for automatically adding apollo-angular to an existing standalone app via schematics will come later. If somebody submit a PR for it...