From 7a26a3463125535705d98c6cd7466597e101590b Mon Sep 17 00:00:00 2001 From: Adam Kwiatek Date: Wed, 5 Jun 2024 19:48:02 +0200 Subject: [PATCH] chore(docs): documents angular 18 support (#317) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5910fca..90947ba 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 17.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 18.x.x. Angular 14.x.x or below is not supported. | Angular Version | Supported Version | |------------------------|-------------------| +| 18.x.x | 18.x.x | | 17.x.x | 17.x.x | | 16.x.x | 16.x.x | | 15.x.x | 15.x.x |