T-20 at @bastacon in Frankfurt
04.03.2026 09:12 β π 2 π 0 π¬ 0 π 0T-20 at @bastacon in Frankfurt
04.03.2026 09:12 β π 2 π 0 π¬ 0 π 0
Ng-News 26/07:
β’ @armenvardanyan.dev, Andrew Scott: router resources, RxJS, ngxtension, TypeScript/Go
β’ @younesjd.dev: Vitest browser mode
β’ @manfredsteyer.bsky.social: Hashbrown + AI in Angular
β’ #Angular Popularity
β’ Maximilian SchwarzmΓΌller: 10 years of Angular
youtu.be/3oTeWPzVPtY
This year at DDD Europe, one of the worldβs largest DDD conferences, Iβll talk about how to benefit from Strategic Design in the frontend. I'm really looking forward to this.
03.03.2026 06:45 β π 1 π 0 π¬ 0 π 0
π©πͺ 1, 2 oder 3? Letzte Chance, vorbei! Early Bird endet am Wochenende.
Also, wenn Du dabei sein willst, dann jetzt noch schnell buchen.
Ab Montag gelten die regulΓ€ren Preise.
This breakout session will be a lot of fun π€©
18.02.2026 11:50 β π 1 π 0 π¬ 0 π 0
If you want the book as soon as itβs available:
π Join the waiting list
βοΈ get notified immediately
βοΈ get an early-bird discount
5/5
www.angulararchitects.io/en/ebooks/mo...
Chapter 7: Vitest Component Testing (Browser Mode)
Testing in Angular is changing fast β and this is one of the biggest improvements in years.
Youβll learn how to use Vitest for fast, modern component testing β directly in the browser.
4/..
Chapter 6: Signal Forms (deep dive)
Forms are still one of the hardest parts in enterprise Angular.
This chapter covers how to build large and nested forms without pain:
βοΈ custom validators
βοΈ metadata
βοΈ custom controls
βοΈ complex / nested forms
3/5
Chapter 3: Reactive Design with Signals
This chapter is about how Signals become real architecture building blocks β not just "state with getters".
Youβll learn how to build reactive flows that stay maintainable in large apps.
2/5
π§΅ Sneak peek: Here are a few chapters from my upcoming Modern Angular book:
Chapter 2: Signals & Resources (from day 1)
No "intro fluff" β we go straight into the new reactive mental model.
βοΈ Signals
βοΈ Resources
βοΈ Input & Model Signals
(π Waiting list at the end)
1/5
Find the slides and the live demo here π 6/6
www.angulararchitects.io/en/presentat...
4οΈβ£ What are the hidden costs?
You need a small platform team that provides guidance and helps resolve cross-team issues.
This is something Iβve seen in every successful Micro Frontend project 5/6
3οΈβ£ There are several alternatives with different trade-offs.
Often, you trade team autonomy or UX (bundle size, deep links) for easier integration.
Also: If you only have one team, a modularized monolith (βmodulithβ) is very likely the better choice 4/6
2οΈβ£ If you load your Micro Frontends via Federation, you get the best of both worlds:
Shared deps when versions match β isolated deps when they donβt 3/6
1οΈβ£ You need some form of abstraction between your Micro Frontends.
A popular option: Web Components 2/6
π§΅ Multi-version / multi-framework Micro Frontends are where most architectures start to hurt.
At @oop_conference in Munich I shared what actually works in practice. Here are the key takeaways π 1/6
Announcing: Q2 dates for our public workshops.
All details on our website.
π @vitest.dev Browser Mode for #Angular is not just a switch β but a different recipe π
Let's dive into what's cooking under the hood:
βοΈ How it works (Vitest vs Playwright roles)
π "Partial" vs. π "Full" Browser Mode
π APIs: userEvent vs. page
πͺ Progressive migration
youtu.be/Pu22JQG6jdg
#testing
π§ͺ Enjoyed the conversation between @manfredsteyer.bsky.social and @rainerhahnekamp.bsky.social about the future of testing with @angular.dev and @vitest.dev.
I appreciate the recommendation of @analogjs.org for previous versions of Angular & compatibility with IDEs
www.youtube.com/watch?v=1ac9...
Details & Tickets π
www.angulararchitects.io/en/training/...
Completely updated my material for the Angular Architecture Workshop next week
β
Signal-first and Zone-less
β
Signal Store, Signal Forms
β
Agentic UI patterns
β
Nx, Sheriff, Federation
Last-minute tickets are still available.
Details in the comments π
New Episode:
Micro Frontends at Google with Doug Parker: Isolation, Protocol Buffers, and when to avoid.
+TypeScript Go rewrite update and Angular DevTools Signal Graph.
youtu.be/OF3QHLUPvEw
Hashbrown makes this elegant with two building blocks:
- structuredCompletionResource (structured output)
- a sandboxed JavaScript runtime (safe execution)
Full article + source code 4/4
π www.angulararchitects.io/en/blog/dyna...
LLMs are really good at
β‘οΈ generating the code that performs these steps.
So instead of asking the model to calculate, we ask it to write JavaScript.
3/4
To generate this chart, you need several tasks LLMs are not great at π±
β
aggregation
β
grouping
β
sorting
β
percentages
β
Math in general
But we are lucky, because ...
2/4
π§΅ Generative UI in Angular.
In Part 3 of my series, I show how a user types:
βCalculate % delayed flights per day, sort by dateβ¦β
β¦ and the app renders the chart seconds later.
There is just one problemβ¦ π
1/4
RSVP here: www.meetup.com/angular-meet...
03.02.2026 14:35 β π 0 π 0 π¬ 0 π 0
π Just 6 weeks to go until our Big Angular Meetup in Graz!
And hereβs another highlight: GΓ©rΓ΄me Grignon β a well-known and highly respected Angular contributor β is joining us.
That brings our lineup to 10 (!) international speakers π₯
So, RSVP now!
I made a project this weekend documenting how composable and reusable the NgRx SignalStore is, via built in and custom features. How simple many features can be, various examples of features, ways to give custom features inputs (easier than I thought), generics etc.
stackblitz.com/edit/stackbl...
Weβre planning to make OnPush the new default Change Detection Strategy in v22.
Also, ChangeDetectionStrategy.Default would be renamed to Eager.
Check out the RFC and let us know what you think: github.com/angular/angu...