Articles with "angular"

Generating Data Access Code for Angular with OpenAPI Specs

When developing a front-end application with Angular and an existing client, you need to program models and services for data access. This is a repetitive task, complicated by changes in the back-end. One way to automate this is to use a code generator that runs on the OpenAPI spec of the back-end.

Working with Blazor

There are many ways to build modern web applications. Today I would like to share some insights on working with "Blazor", which is a viable web framework for teams that primarily work with C# and ASP.NET.