18. December 2024 Manfred Steyer, GDE Using Angular’s Resource API with the NGRX Signal Store With version 19, NgRx introduced the withProps feature that allows us to add arbitrary properties to...
15. December 2023 Manfred Steyer The NGRX Signal Store and Your Architecture The NGRX Signal Store is a modern and lightweight state management solution. However, when adding it...
27. November 2023 Manfred Steyer NGRX Signal Store Deep Dive: Flexible and Type-Safe Custom Extensions The NGRX Signal Store, released shortly after Angular 17, offers a very lightweight solution for state...
27. November 2023 Manfred Steyer Smarter, Not Harder: Simplifying your Application With NGRX Signal Store and Custom Features What would you say if you could implement a Signal Store for a (repeating) CRUD use case including Undo/Redo...
5. July 2023 Manfred Steyer, GDE The new NGRX Signal Store for Angular: 3+n Flavors Since the advent of Signals, the NGRX team has been working on a store that leverages this new reactive...
3. May 2024 Manfred Steyer Skillfully Using Signals in Angular – Selected Hints for Professional Use The new Signals in Angular are a simple reactive building block. However, as often, the devil is in the...
3. April 2024 Manfred Steyer Successful with Signals in Angular – 3 Effective Rules for Your Architecture It is undisputed that Signals will shape the future of Angular. At first glance, they seem very easy...
20. May 2023 Manfred Steyer, GDE Angular Signals & Your Architecture: 5 Options Signals are one of the most exciting features that have appeared in the Angular space recently. But how...
8. May 2023 Manfred Steyer, GDE What’s new in Angular 16? – Signals, Hydration, esbuild and More! Angular 16 comes with two big innovations: signals and non-destructive hydration. There are also numerous...
2. March 2023 Manfred Steyer, GDE Signals in Angular: The Future of Change Detection Sarah Drasner, Director of Engineering at Google, spoke of an Angular renaissance on Twitter. That's...
22. October 2024 Manfred Steyer Asynchronous Data Flow with Angular’s new Resource API About a month before the release of version 19, Angular's Alex Rickabaugh published a PR for a new reactive...
9. September 2024 Manfred Steyer When (Not) to use Effects in Angular — and what to do instead As the Angular docs mention that Effects are rarely needed in most applications, there is some confusion...
15. November 2024 Alexander Thalhammer Draft of the Revised Angular Style Guide In 2016, alongside Angular 2.0.0, a comprehensive 52-page coding style guide was introduced. Over the...
13. February 2024 Rainer Hahnekamp OAuth 2 with Spring, Angular, Keycloak – Spring for Resource Server 1. Intro This article covers the integration of OAuth2 into a Single Page Application (SPA) where Spring...
25. January 2024 Rainer Hahnekamp Testing Angular’s Latest Features 1. Standalone & Mocking If you prefer the kind of tests where you minimize your mock as much as possible,...
5. November 2023 Manfred Steyer What’s new in Angular 17? At the beginning of 2023, Sarah Drashner, who as Director of Engineering at Google also heads the Angular...