Technical requirements
In this chapter, we’re going to need all previous technical requirements listed in previous chapters, with the following additional packages:
@angular/service-worker
(npm package)ng-connection-service
(npm package)Microsoft.AspNetCore.Cors
(NuGet package)WebEssentials.AspNetCore.ServiceWorker
(NuGet package, optional)http-server
(npm 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 purposes 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_12/.