Technical requirements
To successfully complete this chapter's steps, you must first work through the previous chapter of this book.
You can optionally install the following:
- Angular DevTools
- DevTools for Apollo Client
- Visual Studio Code
If you're using Visual Studio Code, it is strongly advised to install the GraphQL for Visual Studio Code extension with the ext install GraphQL.vscode-graphql
command. You can also use the ext install capaj.graphql-codegen-vscode
command to integrate Codegen with Visual Studio Code and have it run every time your query/mutation is saved.
You should also be acquainted with the following technologies:
- JavaScript/TypeScript
- HTML
- CSS
- RxJS Observables; check out https://angular.io/guide/observables and https://rxjs.dev/guide/observable
- Angular testing; check out https://angular.io/guide/testing
This chapter's source code can be found at https://github.com/PacktPublishing/Full-Stack...