WhatsApp-Clone-GraphQL-Angular-Material icon indicating copy to clipboard operation
WhatsApp-Clone-GraphQL-Angular-Material copied to clipboard

[WIP] Use ApolloClient 2.0 and new API of ApolloAngular

Open kamilkisiela opened this issue 8 years ago • 0 comments

Updated:

  • Angular Material
  • Flex Layout
  • Angular v5
  • ApolloClient 2.0
  • ApolloAngular (my local release - @kamilkisiela/* scope)

Issues:

  • [ ] @angular/flex-layout - uses nightly build, non of releases supports Angular v5 (npm install doesn't work with those nightly builds...)
  • [ ] Because of some mismatch in version range of @types/graphql yarn installs older version that doesn't have operation Line 15 of src/apollo/link.ts
  • [ ] BUG: readQuery() returns the result instead of {result, complete} #2308 in apollo-client

@Urigo

kamilkisiela avatar Oct 16 '17 17:10 kamilkisiela