Use GraphQL in your Angular application and get advantage of code generation.
Take a look at commits. You'll see a step by step process of using apollo-angular
in a very simple Angular application. Each commit contains a title and description. Please don't skip commits!
- How to setup Apollo Angular
- How to query data
- How to mutate data
- What's the difference between
Apollo.query
andApollo.watchQuery
- How Apollo's cache works
- How to make your queries strongly typed
- How to avoid writing types and interfaces by hand
- How to use code generation to make it all easier