diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.yaml b/.github/ISSUE_TEMPLATE/1-bug-report.yaml index 1992a66..84bffa3 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/1-bug-report.yaml @@ -45,6 +45,13 @@ body: attributes: label: What version of Angular are you using? options: + - Angular 20 + - Angular 19 + - Angular 18 + - Angular 17 + - Angular 16 + - Angular 15 + - Angular 14 - Angular 13 - Angular 12 - Angular 11 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 |