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
Get object reference IDs in JavaScript/TypeScript
September 28, 2022
TypeScript
JavaScript
Snippet
Easy way to get unique object reference IDs in JavaScript/TypeScript