Skip to content

Commit

Permalink
docs(readme): compat table
Browse files Browse the repository at this point in the history
  • Loading branch information
bartholomej committed Aug 31, 2023
1 parent 0759147 commit e272941
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

> Angular pipe for cutting translations ✂️ 🌍 (plugin for [@ngx-translate](https://github.com/ngx-translate/core))
> _Angular 15, Ivy and Angular Universal (SSR) compatible_
> _Angular 16, Ivy and Angular Universal (SSR) compatible_
Here's the [demo](http://bartholomej.github.io/ngx-translate-cut/) or [stackblitz live preview](https://stackblitz.com/edit/ngx-translate-cut)

Expand All @@ -19,14 +19,15 @@ Here's the [demo](http://bartholomej.github.io/ngx-translate-cut/) or [stackblit
2. Use `npm` (or `yarn`) to install the package

```bash
npm install ngx-translate-cut # For Angular 15. See compatibility table
npm install ngx-translate-cut # For Angular 16. See compatibility table
```

Choose the version corresponding to your Angular version:

| Angular | ngx-translate-cut | Install |
| ------------------- | ----------------- | --------------------------------- |
| **ng15** | 4.x | `npm install ngx-translate-cut` |
| **ng16** | 5.x | `npm install ngx-translate-cut` |
| **ng15** | 4.x | `npm install ngx-translate-cut@4` |
| **ng14** | 3.x | `npm install ngx-translate-cut@3` |
| **ng13** | 3.x | `npm install ngx-translate-cut@3` |
| **ng12** (ivy only) | 2.x | `npm install ngx-translate-cut@2` |
Expand Down

0 comments on commit e272941

Please sign in to comment.