Skip to content

Commit

Permalink
chore(docs): documents angular 18 support (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
akwiatek authored Jun 5, 2024
1 parent b872039 commit 7a26a34
Showing 1 changed file with 2 additions and 1 deletion.
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 7a26a34

Please sign in to comment.