18. September 2023 Modern Architectures with Angular – Part 2: Build Performance with Nx The first part of this series laid the foundation for a maintainable Angular architecture. We've been...
7. August 2023 How to use Angular SSR with Hydration In part I, we discussed the benefits of having a faster Initial Load. In part II, I've introduced some...
31. July 2023 Modern Architectures with Angular – Part 1: Strategic Design with Sheriff and Standalone Components Angular is often used for the frontend of large, mission-critical solutions. In this environment in particular,...
18. July 2023 How to measure Initial Load Performance Part II of the complete guide to Angular 16 Server Side Rendering with Client Hydration. In part I, we...
11. July 2023 Why is Initial Load Performance so Important? Part I of the complete guide to Angular 16 Server Side Rendering with Client Hydration. What this blog...
5. July 2023 The new NGRX Signal Store for Angular: 2 + 1 Flavors Since the advent of Signals, the NGRX team has been working on a store that leverages this new reactive...
20. June 2023 Latest Angular RFCs: Control Flow & Deferred Loading During this year's ng-conf, the Angular team presented two new RFCs for incrementally innovating Angular....
20. May 2023 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 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...
8. March 2023 Automatic Migration to Standalone Components in 3 Steps While the new Standalone Components can be perfectly combined with traditional NgModule-based Angular...
2. March 2023 Signals in Angular: The Future of Change Detection Sarah Drasner, Director of Engineering at Google, spoke of an Angular renaissance on Twitter. That's...
28. February 2023 Interview: Full Stack Architecture (English Version) We talk and write a lot about frontend architecture, but of course the architecture story doesn't end...
26. January 2023 Testing Angular Standalone Components With Standalone Components, Angular becomes a lot more lightweight: NgModules are optional and hence...
16. January 2023 Patterns for Custom Standalone APIs in Angular Together with Standalone Components, the Angular team introduced Standalone APIs. They allow for setting...
12. January 2023 Modern and Lightweight Angular Architectures With Angular’s Latest Innovations In the last time, Angular has received several new features that make it possible to use the framework...
27. December 2022 Interview: Micro Frontends and Module Federation at Cube Bikes In this interview, I talked with Helmut Jost from Cube Bikes about their introduction of Micro Frontends....
26. December 2022 Import Maps – The Next Evolution Step for Micro Frontends? Module Federation greatly helps with implementing Micro Frontends. However, it is currently tied to webpack....
2. November 2022 The Refurbished HttpClient in Angular 15 – Standalone APIs and Functional Interceptors Without any doubt, the HttpClient is one of the best-known services included in Angular. For version...