---
title: "Introducing Angular Testing Library Zoneless"
url: https://daily.dev/posts/introducing-angular-testing-library-zoneless-2junhhzcv
source_url: https://timdeschryver.dev/blog/introducing-angular-testing-library-zoneless
type: article
source: "Tim Deschryver"
author: "Tim Deschryver"
published: 2026-05-31T07:47:06.526Z
updated: 2026-08-24T08:00:26.497Z
tags: ["testing", "angular", "vitest"]
reading_time: 3
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Introducing Angular Testing Library Zoneless

**[Tim Deschryver](https://daily.dev/sources/timdeschryver)** · [@timdeschryver](https://daily.dev/timdeschryver) · 3 min read · 0 upvotes · 0 comments

## Summary

Angular Testing Library introduces a new `zoneless` subpackage starting from version 19.2.1. It removes monkey-patching of Testing Library APIs for change detection, streamlines the API surface by replacing `componentProperties`, `componentInputs`, `componentOutputs`, and `inputs` with a single `bindings` option using Angular's binding syntax, and adds a `configureTestBed` method for manual TestBed configuration. The subpackage also improves compatibility with Vitest browser mode. It can be adopted independently without affecting existing tests.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://timdeschryver.dev/blog/introducing-angular-testing-library-zoneless>

## Similar posts on daily.dev

- [Zoneless Angular arrives in Angular 20.2](https://daily.dev/posts/zoneless-angular-arrives-in-angular-20-2-yb2vssnhz) · InfoWorld · 3 upvotes · 0 comments

---

Tags: [#testing](https://daily.dev/tags/testing), [#angular](https://daily.dev/tags/angular), [#vitest](https://daily.dev/tags/vitest)

[View this post on daily.dev](https://daily.dev/posts/introducing-angular-testing-library-zoneless-2junhhzcv)
