Latest Articles

Mateusz Stefańczyk

Signal Forms – Complete Guide v.21-22

Master Angular Signal Forms: eliminate boilerplate, achieve full TypeScript type safety, and sync state effortlessly without Reactivity.

Mateusz Stefańczyk

Lazy Loading Services in Angular 22

Angular has supported lazy loading for a long time, but until recently it only worked well for whole routes and components. Services were the gap. A service registered in …

angular.love

Angular New Release Cycle: Release Schedule Change Explained

The Angular team has officially announced one of the most significant operational shifts in the framework’s history: moving from a traditional 6-month major release cadence to a 12-month annual …

Mateusz Stefańczyk

From DOM Scraping to Contracts: Understanding WebMCP (Part 1)

WebMCP is a proposed web standard that lets a web page expose its functionality to AI agents as structured, schema-typed tools, instead of forcing agents to reverse-engineer the user …

Gábor Kötél

One Validator to Rule Them All — Part 2: Advanced Error Handling with multi-language support.

Recap: Where We Left Off New here? This is Part 2 of a series — Part 1 covers the initial Zod + Angular + NestJS setup this recap builds on. In …

Gábor Kötél

One Validator to Rule Them All

Have you ever worked with a fullstack project with a single source of truth concept? Maintaining the DTOs, mappers, different validations for frontend and backend, handling errors, and keeping …

angular.love

Angular Handbook: The Ultimate Guide to Angular Evolution (v22 Update)

As the key partner, Angular.love is proud to officially announce the release of House of Angular’s newly updated edition of the FREE comprehensive ebook: The Ultimate Guide to Angular …

Fanis Prodromou

Getting to Know Angular Resource Snapshots

Prevent UI flickering by mastering Angular resource snapshots. Learn to retain previous data while handling loading and error states like a pro.

Mateusz Stefańczyk

Angular 22: Key Features and Changes

Angular 22 is not about one big new feature. It is about several features becoming stable at the same time. The reactive APIs the team has built over the …

Jakub Bryska

Guards and resolvers – Controlling Navigation Flow

Guards control access, while resolvers are responsible for fetching data. Together, they help us protect routes and pre-load essential information. Even though we use them in almost all of …

angular.love

Your CV Is Losing You Jobs Before Anyone Reads a Single Line of Code

Standardize your technical CV with these recruiter-backed tips. Eliminate common pitfalls, showcase project impact, and secure more developer interviews.

Fanis Prodromou

Beyond Clean Code. Building a Scalable Angular Frontend Architecture with Nx Monorepos.

Stop relying on clean code alone. Use Nx to enforce a scalable Angular frontend with a Modulith architecture, circular dependencies, and faster CI.