Skip to content

Commit

Permalink
Merge branch 'master' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
pavankjadda committed Aug 3, 2024
2 parents 27d43d5 + 7a26a34 commit 037e7aa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/1-bug-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 037e7aa

Please sign in to comment.