Successful with Signals in Angular – 3 Effective Rules for Your Architecture
This is post 3 of 4 in the series “Signals” Signals in Angular: The Future of Change Detection Component Communication with Signals: Inputs, Two-Way Bindings, and Content/ View Queries Successful with...
View ArticleSkillfully Using Signals in Angular – Selected Hints for Professional Use
This is post 4 of 4 in the series “Signals” Signals in Angular: The Future of Change Detection Component Communication with Signals: Inputs, Two-Way Bindings, and Content/ View Queries Successful with...
View ArticleAngular 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 update to Angular 17 in production. Besides the automatic update process executed mainly by...
View ArticleWhat’s new in Angular 18?
In May 2024, the Angular team released version 18 of its framework. For the first time, it offers an official way to work without Zone.js, albeit only experimentally. There are also some really nice...
View ArticleComplete Guide for Server-Side Rendering (SSR) in Angular
This comprehensive post includes a quick introduction to SSR, a detailed setup guide and several best practices with Angular 17 or even 18 (released on May 22nd, 2024), enhancing the initial load...
View ArticleImplicit 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 Angular and React as well as several Node.js-based frameworks out of the box. A plugin...
View ArticleLatest 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 this post, we want to present the additional features of the minor release 18.2 (including...
View ArticleAccessibility Testing Tools
This blog post will get you started with some of my favorite Accessibility Testing Tools. Important note: Automated testing can never replace manual testing (at least so far, in 2024). There are tools...
View ArticleYour 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 whether the originally defined structure is still viable? How do you find out where improvements...
View ArticleWhen (Not) to use Effects in Angular — and what to do instead
This is post 5 of 5 in the series “Signals” Signals in Angular: The Future of Change Detection Component Communication with Signals: Inputs, Two-Way Bindings, and Content/ View Queries Successful with...
View Article