signalR send from webApi , but not receive from angular
I have a web api that receive response from payment bank gateway and I want to send this response to my angular app through signalR,
but angular not receive it, and redirect to my web api Uri.
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 not recieve SignalR message from web api
i have an app with asp net core web api and angular , i want response of payment bank gateway (that receive from their api),from my own web api to angular , my server side code is :
Unable to pass the byte data from angular with Uint8Array
I have my model as follows
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:
Asp.net core 8.0 with Anular 18 . Proxy is ready but cannot find api controllers
I have upgraded angular 17 to angular 18. I am now using standealone components with lazy load routing. The asp.net core (8.0.6) did not changed. When I start up angular with
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).
How to assign roles to multiple users at
my API