Relative Content

Tag Archive for angularasp.net-core

How to delete form data from database?

I can add and update data on form into in the database, but l am unable to delete the saved data from the same database. My problem is how to delete database records base on form textbox value.

Angular date fields do not get patched

I have a form in my Angular application with three fields: NAME, START DATE, and END DATE. When I attempt to edit the form, the START DATE and END DATE fields are not being patched correctly. It seems like they might not be converting to date objects properly. Below is the relevant code for my component:

Angular and ASP.NET Core 8 on IIS not loading Angular pages

I’ve created a solution using the new Angular and ASP.NET Core 8 template.
This template creates two projects. One containing the Angular site (project.client), and the other containing all the ASP.NET Core logic and APIs that the Angular site uses (project.server).