Loading...
「ツール」は右上に移動しました。
利用したサーバー: wtserver1
43いいね 3,028 views回再生

Angular 11 Web Client for GraphQL Service (Service written in .NET 6/C# 10)

In this video, I will walk through how to access a GraphQL service written in .NET 6/C# 10, from the Angular 11 client.

To understand the GraphQL concepts and GraphQL server application used in this example, please first watch the below two videos I have done in the last couple of weeks about GraphQL.
1. GraphQL Introduction and Queries:    • GraphQL - Running Queries (An introduction...  
2. GraphQL Mutation and .NET 6 Client application:    • GraphQL - Mutation and .NET Client (An int...  

00:28 - What is the goal of today's video
01:10 - Installation of packages needed for Angular to access GraphQL services
02:10 - Default setup for Apollo GraphQL client
03:20 - New component for showing GraphQL query response
06:12 - HTML code for the GraphQL query response component
07:05 - Adding GraphQL query response component to app.component.html
07:55 - Showing the GraphQL response in new Angular component UI
09:15 - New component for making GraphQL mutation call
14:06 - HTML code for the GraphQL mutation component
15:20 - Adding new data from Angular component using GraphQL mutation

Source code: https://github.com/choudhurynirjhar/a...

コメント