Curated Links

Bookmarks

Collection of links to articles and other resources I recently liked.

#ANGULAR

Signal-Driven Error Monitoring: Detecting and Debugging Reactive Failures in Angular | AppSignal Blog

We'll unpack how to detect invisible failures, trace signal lifecycles, and introduce lightweight instrumentation patterns in Angular Signals.

Read more
#NGRX#ANGULAR

NgRx SignalStore Events: The Power of Events in Your State

Spaghetti code in your Store? The NgRx SignalStore Events plugin is here. Learn to orchestrate complex flows with the clarity of event-driven architecture.

Read more
#ANGULAR#AI

Angular.Schule → Agentic Coding: AI Support for Angular

🚀 Software projects are becoming more complex, and requirements are increasing. AI (Artificial Intelligence) tools can support us in development and provide relief: They help with generating code, explain complex relationships and suggest improvements. In this article, we show you how to generate the best possible code using Angular's AI tools.

Read more
#ANGULAR#AI

Demystifying A2UI: How to Make AI Agents “Speak UI” in Your App

I’ve spent a fair amount of time experimenting with A2UI, a protocol for building agentic interfaces. Why? Quite simply, because I think…

Read more
#AI

What is A2UI? - A2UI

A2UI, a streaming protocol for Agent-Driven User Interfaces

Read more
#ANGULAR

spartan - Changelog

Latest updates and announcements.

Read more
#TYPESCRIPT

Announcing TypeScript 7.0 - TypeScript

Today we are proud to announce the availability of TypeScript 7, a 10x faster native port of TypeScript! Since its early days, TypeScript has promised to

Read more

Lessons Learned in Migrating to Micro-Frontends

Luca Mezzalira shares proven learnings from guiding hundreds of teams through the migration from monolithic web applications to distributed frontend architectures. He explains the core architectural difference between components and micro-frontends, outlines a 6-step decision framework spanning client vs. server rendering, and discusses how to utilize edge compute for safe, iterative rollouts.

Read more
#AI

Enterprise managed settings in the GitHub Copilot app and Copilot cloud agent - GitHub Changelog

You can now govern the GitHub Copilot app and Copilot cloud agent with enterprise managed settings, the same centrally managed policies you use to control Copilot across your enterprise. With…

Read more
#NX

Nx 23.1 Is Here: Per-Run Performance Reports, TypeScript 6, and Angular 22 | Nx Blog

Everything that landed in Nx 23.1: a performance report at the end of every run, TypeScript 6, Angular 22 support, mouse support in the terminal UI, and more flexible target defaults.

Read more
#ANGULAR

Post | LinkedIn

As people have questions about the future of projects such as Spectator or PrimeNG, here is the current state of our actions. OpenNG We just renamed the initiative from OpenNG Foundation to OpenNG to avoid confusion and to respect the OpenJS Foundation trademark policy. Funding We are working on a funding model to support the maintenance of the projects and give back to contributors. We submitted the initiative to Open Collective and contacted HeroDevs for partnership. Versioning Policy We'll start over with v1.0.0 for all the packages. Each project will include a matrix compatibility table with the supported major Angular versions (including the previous package). Some packages were already not following the Angular versioning policy, and this will allow us to author a major version for breaking changes anytime. PrimeNG PrimeNG went closed-source, and the GitHub repository was archived on June 28th, 2026. Discover the announcement here. We created a copy of the project and regenerated the open issues/PRs. Out of 968 open issues, 58 have already been closed, and 23 triaged as still relevant and accepting contributions to resolve them. Triaging was made possible thanks to the contribution of the community. Our goal this week is to release a beta version supporting Angular 22, as people were already delaying updating their projects. It'll include: - a set of unreleased changes from the original repository (modernize existing components, add a few new ones) - ng add support for new projects - ng update support as unreleased changes include a few breaking changes (camelcase selectors removed, deprecated APIs removed) Our current blocker for this release is to find a proper name for the project. Currently named open-prime, it's too close to PrimeNG as PrimeTek plans to put trademarks on it. We asked the community for suggestions here. We're evaluating proposals, with the main restriction being to avoid confusion with another project (many UI frameworks are matching the proposals). ngneat projects Out of the 34 original repositories, we decided to start working on the following ones: - cashew - query - elf - spectator We have a volunteer working on cashew, currently preparing the first release. Spectator is our priority within the ngneat ecosystem, planning a release this week. We also have a contribution to expose the jasmine package as a standalone (like jest/vitest ones, planned to land in 1.1.0. We still need to triage the remaining repositories to understand if we should keep them or not. 13 of them might not be maintained anymore due to low activity or having a better alternative nowadays. GitHub: https://lnkd.in/eE7QuzZR

Read more
#AI

Evaluating performance and efficiency of the GitHub Copilot agentic harness across models and tasks

Explore how the GitHub Copilot agentic harness delivers strong results across multiple benchmarks and leading token efficiency.

Read more
#ANGULAR

Announcing spartan/ui 1.0

After a long and deliberate alpha, spartan/ui is now 1.0. We shipped the first 30 primitives in...

Read more
#ANGULAR

OpenNG Foundation

OpenNG Foundation has 8 repositories available. Follow their code on GitHub.

Read more
#ANGULAR

What happend to NgNeat? : r/angular

Does anyone know what happend to the NgNeat organisation? The Github origanisation is empty and the website is no longer reachable. I was using...

Read more
#ANGULAR

Agentic Engineering: Which LLM Is Best for Angular Development? - ANGULARarchitects

Which LLM works best for Angular development? A practical comparison for architecture, coding, refactoring, and agentic engineering workflows.

Read more
#ANGULAR

Angular Signal Forms: The Missing Create/Edit Pattern - Angular Experts

Learn a practical Angular Signal Forms pattern for create and edit flows, with route-based mode, edit data loading, linkedSignal prefilling, submit branching, and validation context.

Read more
#ANGULAR

Angular 22: Key Features and Changes - Angular.love

Angular.love - a place for all Angular enthusiasts created to inspire and educate.

Read more
#ANGULAR

What's new in Angular 22.0?

Angular 22.0 is out!

Read more
#ANGULAR

Angular 22: The Most Important New Features at a Glance - ANGULARarchitects

Angular 22 stabilizes the Resource API and Signal Forms, makes OnPush the default change detection strategy, and brings @Service, injectAsync, debounced, as well as numerous template and router improvements. This article shows the relevant updates using concrete examples.

Read more
#NX

Nx 23: 4x Faster Nx Agents, Agentic Nx Migrate, improved targetDefaults, .Net GA | Nx Blog

Nx 23 brings a smarter multi-major nx migrate, performance wins across the local engine and Nx Cloud agents, native Node.js TypeScript stripping and V8 compile cache on by default, more precise target configuration, and a big cleanup of deprecated generators, executors, and APIs.

Read more
#AI

Improving token efficiency in GitHub Copilot

Learn how we're improving token efficiency in GitHub Copilot to reduce costs and latency for users.

Read more
#ANGULAR

Angular in 2026: Mid-Year Reality Check, Signals, and AI Code Quality! 🌊

We are already halfway through 2026 📅 That means it’s the perfect time to look back at the big framework predictions made at the start of…

Read more
#ANGULAR

Announcing Angular v22

Today, we are thrilled to announce the release of Angular v22. We continue to be proud of the work we do with each release. Our goal is to…

Read more
#AI

Building a hill-climbing machine: Launching seven new MAI models | Microsoft AI

Read more
#ANGULAR

Reactive Forms to Signal Forms: A Practical Migration Guide for Angular

Reactive Forms to Signal Forms: A Practical Migration Guide for Angular Still building your Angular forms with FormGroup, FormControl and a pile of Validators? Angular 22 — just released — …

Read more
#ANGULAR#AI

[Angular Latest News] Summary of Key Updates in Angular v22 and the Evolution of AI & Vibe Coding (Google I/O 2026)|伊藤正章|サバイバルDXクリエイター:荒野のPip-Boy設計局

GoogleのAngularチームにてDevRelリードを務めるMark氏が、Google I/O 2026で発表した「Angularの最新動向」について解説します。 Google I/O 2026で発表した「Angularの最新動向」 今回のアップデートは、大きく分けて「API・テンプレートの進化」「AIストーリー(エージェント連携)」「Vibe Coding(裾野の拡大)」の3つの柱で構成されています。注目のAngular v22は2026年6月3日の週にリリース予定です。 1. テンプレートとAPIの進化(Angular v22での製品版リリースなど) Angularは開発

Read more
#ANGULAR

Angular 22: 6 Game-Changing Features You Need to Know

Angular has been going through a serious transformation over the last few releases. Signals, Zoneless, standalone components — every…

Read more
#JAVASCRIPT

Native Federation — Micro Frontends with Web Standards

A browser-native implementation of Module Federation for building Micro Frontends using web standards like ESM and Import Maps.

Read more
#ANGULAR

The 5 Lifecycle Stages of an Angular Feature

From the Experimental Phase to Permanent Removal

Read more