Technical requirements
In this chapter, we’re going to need all the previous technical requirements listed in previous chapters, along with the following additional ASP.NET Core NuGet packages:
HotChocolate.AspNetCore
HotChocolate.Data.EntityFramework
And the following Angular npm packages:
@apollo/client
apollo-angular
graphql
As always, it’s advisable to avoid installing them straight away; we’re going to bring them in during this chapter to better contextualize their purpose within our project.
The code files for this chapter can be found at https://github.com/PacktPublishing/ASP.NET-Core-8-and-Angular/tree/master/Chapter_13/.