From 5ef0863a2e984d47e077ada300e87d8d3adbfabf Mon Sep 17 00:00:00 2001 From: Tim Deschryver <28659384+timdeschryver@users.noreply.github.com> Date: Sat, 21 Dec 2024 18:58:26 +0100 Subject: [PATCH] docs: add Angular 19 to Version compatibility table (#509) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c98936d..5ecd39e 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,7 @@ You may also be interested in installing `jest-dom` so you can use | Angular | Angular Testing Library | | ------- | ---------------------------- | +| 19.x | 17.x, 16.x, 15.x, 14.x, 13.x | | 18.x | 17.x, 16.x, 15.x, 14.x, 13.x | | 17.x | 17.x, 16.x, 15.x, 14.x, 13.x | | 16.x | 14.x, 13.x |