npm apollo-angular 1.0.0
apollo-angular@1.0.0

latest releases: 7.0.2, 7.0.2-alpha-20240526053423-260a07c0ef9d0c0013177376073066e832f0a8c1, 7.0.2-rc-20240526052700-de3beb53f89c5e60615260d01fa9821e83ee2bf7...
6 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.