Connecting to PokeAPI with Angular and Apollo Client
November 9, 2021
- affiliate
- angular
- graphql
- javascript
- typescript
GraphQL is becoming more relevant each passing day, and becoming necessary to connect to many APIs on the web. In this post, I'll show you how to connect to a publically available GraphQL API with Angular and Apollo Client. You will need basic knowledge of JavaScript to follow along, and although some basic Angular knowledge is useful, it is not entirely necessary, and I'll explain enough so that anyone can follow along.
Read More