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
Angular provide a global Module for testing
October 08, 2022
Angular
Snippet
Quick snipped to add a global module for your testing environment
TypeScript decorator to log method durations
October 03, 2022
TypeScript
Snippet
Quick snipped to log duration of methods in TypeScript with zero effort