Posts in category ANGULARX
,

Automatically mock your Angular Services when Testing

In this blog post, I want to describe how you can automatically mock your Angular Services while Testing
,

Migrating to Angular Standalone Components

In this blog post, I want to describe how I migrated an application from ngModules to standalone components. Standalone components are available since Angular's V14 and make an angular application possible without ngModules.
,

Getting Started With Angular Strictly Typed Reactive Forms

With Angular 14 the Angular Team provided a new very demanded feature: Strictly Typed Reactive Forms. That solves a lot of problems when interacting with Angular Forms, as we have the type of the model we are representing with the form now, instead of an any “type” we had before. But let’s have a look at this step by step.

Loading Angular Configuration Before Your Angular App Starts

Here you put your excerpt for the Blog Post.
,

Adding ESLint and Cypress to a New Angular Project

Here you put your excerpt for the Blog Post.

SwitchMap, MergeMap, ConcatMap & ExhaustMap Explained

Here you put your excerpt for the Blog Post.

Using Auth0 in Angular With NgRx

Here you put your excerpt for the Blog Post.
,

Starting Angular Projects With Nx

Here you put your excerpt for the Blog Post.

Moving From TravisCI to GitHub Actions

Here you put your excerpt for the Blog Post.