Skip to content

matejchalk/apollo-angular-example

Repository files navigation

Example of using GraphQL with Angular

This project serves as an example of how to combine Angular with Apollo Client and GraphQL Code Generator.

Setup

Install dependencies:

npm install

Usage

To run local GraphQL API (required by Angular app and code generator):

npm run api

To generate boilerplate (types and services), run:

npm run generate

To run Angular app with development server:

npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published