-
CORS Error: WebAPI Request Works from Swagger but Fails from Angular
An app that worked stopped working. The service calls were failing from Angular to the REST APIs. Turns out that I had a CORS misconfiguration in the Azure App Service.
-
Sample Code: Angular Typed Reactive Form with Child Components & Validations
In Angular, how do you break up a form into child components using @ViewChild() and still get validation to work? This first article in a series will show you how.
-
Angular WebAPI Project using .NET Core gets ‘404 Not Found’ or runs on wrong port
My Angular / WebAPI application suddenly stopped working from Visual Studio and VSCode. Turned out that I was missing an environment variable.
-
Azure App Service Slot Swap is Hanging or Taking Forever
If your App Service Slot Swap is failing or taking forever, it might be a problem with the slot warmup checks. Here’s how to fix it.
-
Angular / Jasmine Tip: Getting at the Real Error Message Behind XMLHttpRequest