Technical requirements
In this chapter, we're going to need all the technical requirements listed in the previous chapters, plus the following external libraries:
@angular/material
(Angular npm package)System.Linq.Dynamic.Core
(.NET Core NuGet package)
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-5-and-Angular/tree/main/Chapter_05