Posts in category
3X

Authentication in Angular With NgRx and ASP.NET Core
The blog post discusses how to add authentication and authorization to an Angular app using NgRx. It builds upon a previous blog post that covered the setup using OIDC and OAuth2 with Angular and ASP.NET Core. The post focuses on configuring the Angular application and implementing the necessary stores, actions, reducers, effects, services, and selectors using NgRx.

Authentication and Authorization With Angular and ASP.NET Core Using OIDC and OAuth2
This blog post explains how to add a login feature to an Angular application and secure it using OpenID Connect (OIDC) and OAuth2. It demonstrates the integration of an Angular app with an ASP.NET Core WebAPI and Identity Server for authentication and authorization purposes.

Cross Field Validation Using Angular Reactive Forms
In this blog post, I would like to describe how you can add validation to multiple fields of your reactive forms in Angular by using a feature called Cross Field Validation.

Implement Endless Scroll With Angular, NgRx and ASP.NET Core WebAPI
In this blog post, you will learn how to implement an endless scroll feature using Angular, Ngrx, and ASP.NET Core in the backend. The provided code in the repository serves as a demonstration and showcases the concepts for you to use in your own applications.

Creating an Angular Schematic and Turn It Into an Nx Plugin
Here you put your excerpt for the Blog Post.

Setting Windows Terminal as Default External Terminal in Visual Studio Code
Here you put your excerpt for the Blog Post.

Migrating an Nx Workspace From Karma to Jest
Here you put your excerpt for the Blog Post.

NgGirls in Zürich
Here you put your excerpt for the Blog Post.

Configuring Angular Libraries
Here you put your excerpt for the Blog Post.

Tap, Map & SwitchMap Explained
Here you put your excerpt for the Blog Post.