nx/docs/angular/examples/apollo-angular.md
Isaac Mann e82642ddc3
docs(docs): add examples section (#3165)
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2020-06-12 22:09:48 -04:00

574 B
Raw Blame History

Using Apollo GraphQL with Angular in an Nx Workspace

In this article, youll learn how to:

  • Create an Nx workspace for both frontend and backend applications
  • Create a GraphQL API using NestJS
  • Autogenerate frontend code based on your GraphQL schema
  • Create an Angular application to consume your GraphQL api

Blog Post: Using Apollo GraphQL with Angular in an Nx Workspace

Repository: nx-apollo-angular-example