Skip to content

primecms/example-angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Step by step introduction to Apollo Angular

Use GraphQL in your Angular application and get advantage of code generation.

How to start?

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!

What you will learn?

  • How to setup Apollo Angular
  • How to query data
  • How to mutate data
  • What's the difference between Apollo.query and Apollo.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

Read more