Skip to content

Commit

Permalink
chore: sync projects
Browse files Browse the repository at this point in the history
  • Loading branch information
bartholomej committed Dec 23, 2022
1 parent 3418449 commit 3f89c2e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions projects/ngx-translate-cut/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 14, Ivy and Angular Universal (SSR) compatible_
> _Angular 15, 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,17 +19,18 @@ 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 14. See compatibility table
npm install ngx-translate-cut # For Angular 15. See compatibility table
```

Choose the version corresponding to your Angular version:

| Angular | ngx-translate-cut | Install |
| ------------------- | ----------------- | --------------------------------- |
| **ng14** | 3.x | `npm install ngx-translate-cut` |
| **ng13** | 3.x | `npm install ngx-translate-cut` |
| **ng15** | 4.x | `npm install ngx-translate-cut` |
| **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` |
| >= 5 < 13 | 1.x | `npm install ngx-translate-cut@1` |
| >= 5 =< 12 | 1.x | `npm install ngx-translate-cut@1` |

3. Add `NgxTranslateCutModule` into your module `imports`.

Expand Down

0 comments on commit 3f89c2e

Please sign in to comment.