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
Use AG Grid with Observables as cell values
December 16, 2022
Angular
Ag Grid
Guide on how to use AG Grid with observables as individual cell values and display a loading indicator during the loading time
How to improve your Angular library
December 01, 2022
Angular
Ag Grid
Architecture
Guide on how to build a sustainable and lightweight library structure for your own Angular library
How to create an Angular Singleton Service
November 09, 2022
Angular
And why providedIn: 'root' is not (always) the solution