From 39339afdc0187948487ec21355b7290146021f61 Mon Sep 17 00:00:00 2001 From: Michael Small <85510853+msmallest@users.noreply.github.com> Date: Thu, 9 Jan 2025 12:38:18 -0600 Subject: [PATCH] chore(docs): document Angular 19 support (#336) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 90947ba..c4c1dbf 100644 --- a/README.md +++ b/README.md @@ -126,10 +126,11 @@ server.get('*', (req, res) => { 4. See the [sample repo](https://github.com/pavankjadda/angular-ssr-docker) for more details. ## Supported Versions -We follow angular [LTS versions](https://angular.dev/reference/versions#actively-supported-versions). The latest version of the library supports Angular 18.x.x. Angular 14.x.x or below is not supported. +We follow angular [LTS versions](https://angular.dev/reference/versions#actively-supported-versions). The latest version of the library supports Angular 19.x.x. Angular 14.x.x or below is not supported. | Angular Version | Supported Version | |------------------------|-------------------| +| 19.x.x | 19.x.x | | 18.x.x | 18.x.x | | 17.x.x | 17.x.x | | 16.x.x | 16.x.x |