WhatsApp-Clone-GraphQL-Angular-Material
WhatsApp-Clone-GraphQL-Angular-Material copied to clipboard
[WIP] Use ApolloClient 2.0 and new API of ApolloAngular
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 installdoesn't work with those nightly builds...) - [ ] Because of some mismatch in version range of
@types/graphqlyarn installs older version that doesn't haveoperationLine 15 ofsrc/apollo/link.ts - [ ] BUG:
readQuery()returns the result instead of{result, complete}#2308 in apollo-client
@Urigo