15. November 2023 Alexander Thalhammer Improve Initial Load Time with Deferrable Views Besides some minor updates concerning Server Side Rendering (including things as making the great new...
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...
9. Oktober 2023 Manfred Steyer Micro Frontends with Modern Angular – Part 2: Multi-Version and Multi-Framework Solutions with Angular Elements and Web Components The first part of this article series showed how to use modern Angular with Native Federation and esbuild....
9. Oktober 2023 Manfred Steyer Micro Frontends with Modern Angular – Part 1: Standalone and esbuild Angular is changing. Standalone Components make the framework more lightweight and providing Web Components...
18. September 2023 Manfred Steyer 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 Alexander Thalhammer 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. Juli 2023 Manfred Steyer, GDE 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. Juli 2023 Alexander Thalhammer 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. Juli 2023 Alexander Thalhammer 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. Juli 2023 Manfred Steyer, GDE The new NGRX Signal Store for Angular: 3 + 1 Flavors Since the advent of Signals, the NGRX team has been working on a store that leverages this new reactive...
20. Juni 2023 Manfred Steyer, GDE 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. Mai 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. Mai 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...
8. März 2023 Manfred Steyer, GDE Automatic Migration to Standalone Components in 3 Steps While the new Standalone Components can be perfectly combined with traditional NgModule-based Angular...
2. März 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...
28. Februar 2023 Manfred Steyer, GDE Interview: Full Stack Architecture (English Version) We talk and write a lot about frontend architecture, but of course the architecture story doesn't end...
27. Februar 2023 Manfred Steyer, GDE Interview: Full-Stack Architekturen Wir reden und schreiben zwar viel über Frontend-Architektur, aber die Architektur-Geschichte endet natürlich...
26. Januar 2023 Manfred Steyer, GDE Testing Angular Standalone Components With Standalone Components, Angular becomes a lot more lightweight: NgModules are optional and hence...