Ng-News 25/18: Agentic Angular Apps - ng-news - Medium
Mark Thompson and Devin Chasanoff demonstrated agentic Angular apps, where LLMs process user input and trigger UI changes or function calls — marking a deeper integration between Angular and AI…
Mark Thompson and Devin Chasanoff demonstrated agentic Angular apps, where LLMs process user input and trigger UI changes or function calls — marking a deeper integration between Angular and AI…
You’ve probably heard the Vue crowd singing praises about Nuxt, and the React folks wouldn’t dare start a project without Next.js. Meanwhile, over in Angular land, we were kinda missing out on that meta-framework magic. Or we did, until Brandon Roberts stepped in with AnalogJS, attempting to bring t
🪄 Introduction: A Glimpse of Magic When I first saw a presentation about the View Transition API, it blew my mind. It is truly magical! The core idea is that the browser captures a visual snapshot of DOM elements marked with the view-transition-name CSS property before a DOM change. After the DOM ch
There is a lot of talk within the Angular and TypeScript community as a whole about the usage of enums. It seems to be a hill both proponents and opponents are willing to die on and defend harshly. Enums are a commonly used TypeScript feature that offers tremendous value and improved developer exper
Hello Devs, You know that moment when everything looks fine — no errors, no warnings — but the UI...
In the world of modern web development, Angular has established itself as a leading framework for...
Second Edition of a very special giveaway!
Dies ist Beitrag 5 von 5 der Serie “Accessibility in Angular” Web Accessibility (A11y) in Angular – Introduction Accessibility Testing Tools for Angular Accessible Angular Routes ARIA roles and attributes in Angular Building Accessible Forms with Angular Enhancing A11y with Angular CDK Why Angular A
Simplify NgRx SignalStore using Hexagonal Architecture. Use the satisfies operator to ensure type safety, modularity, and clean code.
Native Observables are now available in Chrome 135, offering deep integration into the Web API with...
When to Use `inject()` Over Constructor Injection in Angular
In a previous article, I have covered the new Resource API, which was added in Angular in version 19 as an experimental feature to promote better approaches with reactive programming. If you have not read that article and are completely unfamiliar with the Resource API completely, I suggest you eith
Selectorless aims to eliminate the need for selectors in templates by referencing components directly...
Selectorless aims to eliminate the need for selectors in templates by referencing components directly via class names. A first PR has been merged, which shows the initial direction Angular is taking…
Dies ist Beitrag 4 von 4 der Serie “Accessibility in Angular” Web Accessibility (A11y) in Angular – Introduction Accessibility Testing Tools for Angular Accessible Angular Routes ARIA roles and attributes in Angular Building Accessible Forms with Angular Enhancing A11y with Angular CDK Why Angular A
My favorite Angular resources of March, 2025
Préambule Before anything else, I want to clarify that Angular has not changed its way of...
The Frontend Nation panel with Angular team members focused on testing, confirming that Web Test...
Ah, welcome back to Angular Space, where my articles describes the smooth of processing development pipelines and look at them go to perish (sometimes). In this thrilling third installment (yay! 3 articles!), let's dive into one of the most exquisite nightmares Angular devs are forced to endure from
Dies ist Beitrag 3 von 3 der Serie “Accessibility in Angular” Web Accessibility (A11y) in Angular – Introduction Accessibility Testing Tools for Angular Accessible Angular Routes ARIA roles and attributes in Angular Building Accessible Forms with Angular Enhancing A11y with Angular CDK Why Angular A
Master the latest Angular features from v14 to v19. Adopt Signals, Standalone Components, and SSR for faster, cleaner, and scalable code.
Today I have a very special giveaway!
Nx showcased their Angular support during the "Angular Week" including testing tools, architectural...
When working with APIs in Angular, we often use tools like Swagger Codegen or OpenAPI Generator to...