π Slides and the example app 5/5
www.angulararchitects.io/en/presentat...
π Slides and the example app 5/5
www.angulararchitects.io/en/presentat...
Also included: Natural Language Queries.
Since LLMs are not reliable at math, the safer approach is to let them generate code that runs in a sandboxed runtime 4/5
For Angular developers, Hashbrown feels very natural:
- Setup via provideHashbrown()
- Define your agent as a resource
- Connect it to tools and UI components
3/5
The agent inside your Angular app talks to the LLM, invokes tools (e.g., router navigation or NgRx Signal Store access), and dynamically renders UI components 2/5
09.03.2026 08:56 β π 1 π 0 π¬ 1 π 0
π§΅ Last week at @bastacon in Frankfurt, I showed how to build Agentic UIs for Angular using Hashbrown.
β‘οΈ The agent can render components and trigger actions in your app.
(π Slides and example in comments)
1/5
Our Angular Graz Meetup has reached 100 registrations π
Only a few seats left
RSVP now on our meetup page!
In 3 minutes, here at @bastacon, Iβll build an Agentic UI for an @angular app with hashbrown.
05.03.2026 11:00 β π 3 π 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...