Download Latest Version apollo-angular@11.0.0 source code.tar.gz (2.7 MB)
Email in envelope

Get an email when there's a new version of Apollo Angular

Home / apollo-angular@9.0.0
Name Modified Size InfoDownloads / Week
Parent folder
apollo-angular@9.0.0 source code.tar.gz 2025-02-18 2.7 MB
apollo-angular@9.0.0 source code.zip 2025-02-18 2.8 MB
README.md 2025-02-18 1.4 kB
Totals: 3 Items   5.6 MB 0

Major Changes

  • #2340 6d3d5ba Thanks @PowerKiKi! - - Requires @apollo/client 3.13.1
  • Dropped SubscriptionResult, because it added extra maintenance work to keep native types in sync, and it brought no value over using native type.

diff - import type { SubscriptionResult } from 'apollo-angular'; + import type { FetchResult } from '@apollo/client/core'; - Most methods of QueryRef forward types from @apollo/client. That should allow always using correct types from whichever @apollo/client version is installed without needing to touch apollo-angular. - QueryRef.valueChanges and QueryRef.queryId are readonly, because there is no reason for those to be re-affected.

Patch Changes

Source: README.md, updated 2025-02-18