Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying ASP.NET Core 8 and Angular
  • Table Of Contents Toc
  • Feedback & Rating feedback
ASP.NET Core 8 and Angular

ASP.NET Core 8 and Angular

By : Valerio De Sanctis
4.3 (12)
close
close
ASP.NET Core 8 and Angular

ASP.NET Core 8 and Angular

4.3 (12)
By: Valerio De Sanctis

Overview of this book

If you want to learn how to use ASP.NET Core with Angular effectively, this hands-on guide is for you. Improve the way you create, debug, and deploy web applications while keeping up to date with the latest developments in .NET 8 and modern Angular, including .NET Minimal APIs and the new Angular standalone API defaults. You’ll begin by setting up SQL Server 2022 and building a data model with Entity Framework Core. You’ll progress to fetching and displaying data, handling user input with Angular reactive forms, and implementing front-end and back-end validators for maximum effect. After that, you will perform advanced debugging and explore unit testing features with xUnit for .NET, and Jasmine and Karma for Angular. You’ll use Identity API endpoints in ASP.NET Core and functional route guards in Angular to add authentication and authorization to your apps. Finally, you’ll learn how to deploy to Windows, Linux, and Azure. By the end of this book, you will understand how to tie together the front-end and back-end to build and deploy secure and robust web applications.
Table of Contents (18 chapters)
close
close
16
Other Books You May Enjoy
17
Index

Testing the PWA capabilities

In this section, we’ll try to test the service worker registration for our healthcheck.client app. Unfortunately, doing it from a Visual Studio development environment is a rather complex task for several reasons, including the following:

  • ng serve, the Angular CLI command that pre-installs the packages and starts the app whenever we run our app in debug mode, doesn’t support service workers
  • The service worker registration tasks that we put in the AppModule class a while ago only works when the app is running in a production environment
  • The required static files generated by the Angular CLI using the angular.json configuration file that we modified earlier on will only be available in production environments

However, we can easily work around these limitations by compiling our Angular app for production and then running the generated files with a separate, dedicated HTTP server.

In the following sections...

Unlock full access

Continue reading for free

A Packt free trial gives you instant online access to our library of over 7000 practical eBooks and videos, constantly updated with the latest in tech
bookmark search playlist download font-size

Change the font size

margin-width

Change margin width

day-mode

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Delete Bookmark

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY