17. November 2024 Combining Native Federation and Module Federation A question we frequently get is how to add Native Federation to a system originally built with Module...
15. November 2024 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...
15. November 2024 How to disable the Angular v19’s sass compiler deprecation warnings During the renaissance of the framework (beginning with Angular v15 and still ongoing – I'd say), not...
15. November 2024 Complete Guide for Server-Side Rendering (SSR) in Angular Updated on Nov 9th, 2024 for Hybrid Rendering and Incremental Hydration in Angular v19. This comprehensive...
22. October 2024 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 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...
6. September 2024 Your Architecture as a Crime Scene! Forensic Analysis for Your Angular Solutions Good domain boundaries help to make a software system maintainable in the long term. But how do you know...
25. August 2024 Accessibility Testing Tools This blog post will get you started with some of my favorite Accessibility Testing Tools. Important note:...
19. August 2024 Latest Updates in Angular 18.2 (and 18.1) In May 2024, the Angular Version 18 was released. Manfred discussed the new features in a detailed post. In...
9. August 2024 Implicit Libraries with Nx: Lightweight Angular Architectures by Convention The build solution Nx has been helping to build large projects and monorepos for years.NX DAEMON It supports...
26. June 2024 What’s new in Angular 18? In May 2024, the Angular team released version 18 of its framework. For the first time, it offers an...
10. May 2024 Angular 17 Update: Control Flow & App Builder Migration Since Angular 18 is around the corner (planned for the Week of May 20, 2024), it's now time to actually...
3. May 2024 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 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...
13. February 2024 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...
12. February 2024 Component Communication with Signals: Inputs, Two-Way Bindings, and Content/ View Queries Signals will shape Angular's future. However, the Signals concept itself is just one part of the overall...
25. January 2024 How to lazy load large 3rd-party dependencies with Angular 17’s @defer Besides some minor updates concerning SSR, the most significant upgrade for us performance enthusiasts...
25. January 2024 Testing Angular’s Latest Features 1. Standalone & Mocking If you prefer the kind of tests where you minimize your mock as much as possible,...