npm apollo-angular 1.0.0
apollo-angular@1.0.0

latest releases: 8.0.0-rc-20241104155309-00285ac9aebfc602791cfe762292ec67ab400994, 7.2.2-rc-20241023094431-678629492749bbeabae62ed7faa744e7d897d3e4, 7.2.2-alpha-20241023094011-56e2b1813c2d69c7e57fa1f96659c12b5368377b...
7 years ago
  • Supports ApolloClient 2.0
  • Supports ApolloLinks and ApolloCache
  • Supports Angular v5
  • Possible to combine Apollo with anything from Angular's Dependency Injection
  • Supports NativeScript
  • Simpler and less error prone API for watching queries thanks to QueryRef
  • More AoT friendly
  • Brings back Server-Side Rendering
  • Allows to type the operation variables

BREAKING CHANGES: - see Migation

  • Drops apollo-client-rxjs (thanks to QueryRef)
  • ReplacesApolloQueryObservable with QueryRef
  • Introduces new API for defining multiple clients (Apollo.create, Apollo.createDefault, Apollo.createNamed)
  • No longer exposes ClientMap, ClientMapWrapper, ClientWrapper
  • Removes 'variables as Observables' feature

Don't miss a new apollo-angular release

NewReleases is sending notifications on new releases.