Why Angular signals
September 01, 2024
TypeScript
JavaScript
Angular
signals
Let's talk about the 'why'. What is the big picture behind signals. And we wrap it up with some best practices
Custom onDestroy / teardown rxjs pipe
April 02, 2024
TypeScript
JavaScript
Snippet
rxjs
A quick introduction into rxjs custom pipes with an example of a custom teardown pipe
Angular module inline lazy loading
August 04, 2023
Angular
Snippet
Quick snippet how to do inline lazy loading in Angular
Typescript decorator to call a method only once
May 01, 2023
TypeScript
Snippet
TypeScript decorator function that allows you to call a setter only once
A simple Angular state management system
February 09, 2023
Angular
Architecture
Tutorial
Sometimes you don't need one of the big libraries. I want to show you how you can build a very simple state management system by yourself with just a few lines of code
Fix broken Angular material legacy styles
January 12, 2023
Angular
Snippet
Quick fix how to solve styling problems related to the latest Angular 15 Legacy components