Skip to content

Commit

Permalink
docs(readme): add compatibility matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
DerStimmler committed Jan 7, 2025
1 parent 9f9177a commit f165811
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ Available on [npm](https://www.npmjs.org/package/ngx-easy-view-transitions/).
npm install ngx-easy-view-transitions
```

| Package version | Angular version |
|-----------------|-----------------|
| `3.x.x` | `>=19.0.0` |
| `2.x.x` | `>=18.0.0` |
| `1.x.x` | `^17.3.0` |

You have to enable Angulars built-in view transitions in the Router using the [`withViewTransitions()`](https://angular.io/api/router/withViewTransitions#usage-notes) function.

```typescript
Expand Down

0 comments on commit f165811

Please sign in to comment.