Have you seen the latest updates on angular.dev/ai?
07.08.2025 18:01 โ ๐ 16 ๐ 12 ๐ฌ 1 ๐ 0@eneajaho.me.bsky.social
Hyping Angular everywhere I can ๐ ฐ๏ธ | GDE for Angular
Have you seen the latest updates on angular.dev/ai?
07.08.2025 18:01 โ ๐ 16 ๐ 12 ๐ฌ 1 ๐ 0We've been working hard on signal visualization in #Angular #DevTools and would love to know what would be most useful for you. Any features, ideas, use cases you have in mind? Please let us know!
(Also fixing the tag for @igorsedov.com, thanks for the great video! ๐)
Zoneless goes stable ๐
Finally ๐ฅ
github.com/angular/angu...
#angular
๐ @angular.dev v20.1 is out!
โ
simplified component testing
๐ฆ signal graph in devtools
๐ค AI-assisted development with MCP server
Check our blog post for all the details:
๐ blog.ninja-squad.com/2025/07/09/w...
You've met @michael-hladky.bsky.social & @eneajaho.me โ now hereโs what theyโre bringing to #AngularConnect ๐
Modern Angular Workshop
โ
Signals
โ
Component API
โ
RxJS integration
โ
Zoning in on performance
Get ready for the next-gen Angular stack.
๐๏ธ angularconnect.com/modern-angular
Ever wonder how ESLint, Prettier & codemods really work? ๐ค
Itโs all thanks to ASTsโAbstract Syntax Trees! ๐ณ
@eneajaho.me just dropped a blog post breaking it down!
Clear, simple & full of examples.
๐ง Unlock your codeโs DNA ๐ bit.ly/4236yV3
#JavaScript #AST #WebDev
๐ Angular Signals are powerfulโbut you can go even further!
At #NgIndia, @eneajaho.me will show how to:
โก Supercharge Signals with inject & DestroyRef
๐ Build reusable reactive patterns
๐ Optimize performance with smart synchronization
๐ Tickets: bit.ly/4iWH5Sq
๐ธ NgVenice Workshop Day โ What a Success! ๐
@michael-hladky.bsky.social & @eneajaho.me led an incredible session on Signals, modern APIs & architecture best practices! ๐ก
Huge thanks to everyone who joined usโit was an amazing day! ๐
#NgVenice #Angular #WebDev #TechWorkshop
I've seen that pattern used in a project ๐
19.02.2025 09:05 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0Angular framework repo hit PR number 60000 ๐
github.com/angular/angu...
Maybe less exciting that this particular PR happens to be a routine version bump, but hey, more exciting stuff is on the way
Sometimes you can pre-fetch!
The initial fetch can happen on the server too! SSR to the rescue!
But it's not needed for normal SPA.
For websites it's crucial!
It's the best way to introduce CLS (Cumulative Layout Shift)
So, the best thing you can do is to start fetching as soon as possible! And for that you can use the router!
Don't fetch inside ngOnInit. Fetch inside a route resolver! That's why it's there!
Move data fetching up, as much as possible!
Having an async pipe that fetches data on the template is an anti-pattern!
#angular
When do you plan to release the initial version?
18.02.2025 13:40 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0httpResource is incoming
github.com/angular/angu...
(experimental)
I'm so happy someone captured Angular's story in a documentary!
This 15+ year tale is summarized in just an hour...
This video shares a glimpse into the project into which we have poured thousands of hours of love and dedication.
Enjoy!
www.youtube.com/watch?v=cRC9...
How easy is it to add undo/redo functionality in your apps?
With the latest addition to ngxtension, it would be just a function call away!
We're adding signalHistory which tracks signal changes and gives us some signals and methods we can call like: history, undo, redo, canUndo, canRedo, clear!
We will cover all the latest Angular features in depth and showcase how to properly use them to create reactive UIs that are performant ๐! Can't wait to be there ๐!
See you in @ngvenice.bsky.social ๐
#angular
๐
22.01.2025 12:36 โ ๐ 407 ๐ 51 ๐ฌ 42 ๐ 19Play here stackblitz.com/edit/stackbl...
14.01.2025 21:03 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0Building on top of Material and CDK using AI is a real joy ๐!
I don't have to learn all the CDK stuff, I ask #Gemini and it knows what needs to be done!
I asked it to build an inlineConfirm directive using cdk/overlay and it built 80% of the code (and I just migrated it to signals ๐
)
#angular
#angular #angularthree
short and sweet this time, Angular Three v3 has been released to support Angular 19 (and drop support for Angular 18 and below)
Docs: angularthree.org
v3 blog: angularthree.org/blog/v3
๐
Oh oh oh Merry Xmas!
If you are still looking for the right gift for Christmas๐take advantage of the Early bird ticket for #NGVenice and participate in an event where you can be part of the discussion about Performance & SSR in #Angular with @sumyerradi.bsky.social , @eneajaho.me and Kasia Kluba ๐
The next #perfnow video is up: @szynszyliszys.bsky.social with Thinking Beyond Core Web Vitals
www.youtube.com/watch?v=8Unb...
The #RxAngular team has a special christmas ๐ for y'all!
๐จ We've just released RxVirtualView !
A simple way to only display DOM that is visible to the user.
It completes the virtual scrolling story with a generic approach for nodes that are not
part of simple lists.
More ๐
Today is my first day that isnโt full of meetings, so weโre gonna have a little fun.
Letโs talk about Signals and reactivity. I made this demo a little while ago to help folks understand what Signals are and why theyโre so powerful:
angular-signals.netlify.app
Incremental Hydration in Angular is also a big one!
18.12.2024 12:35 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0RxVirtualView -> Basically is lazy initializing components and hiding them (also detaching from synchronization (CD) if they are not in the viewport. If the components gets into the viewport again a cached view is used from before.
github.com/rx-angular/r...
๐คฏ๐คฏ๐คฏ
Just so you know, @julianjandl.bsky.social has been cooking something really mind blowing when it comes to performance in Angular apps!! ๐คฏ
๐งต
#angular