Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
szuperaz committed Sep 4, 2024
1 parent 65e39a4 commit cdc4941
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,36 +58,24 @@ Run this command if you are using **Angular 18**:

```shell
npm install stream-chat-angular ngx-float-ui@18

# or
yarn add stream-chat-angular stream-chat @ngx-translate/core angular-mentions ngx-float-ui@18 @floating-ui/dom
```

Run this command if you are using **Angular 17**:

```shell
npm install stream-chat-angular ngx-float-ui@17

# or
yarn add stream-chat-angular stream-chat @ngx-translate/core angular-mentions ngx-float-ui@17 @floating-ui/dom
```

Run this command if you are using **Angular 16**:

```shell
npm install stream-chat-angular ngx-float-ui@16

# or
yarn add stream-chat-angular stream-chat @ngx-translate/core angular-mentions ngx-float-ui@16 @floating-ui/dom
```

Run this command if you are using **Angular 15**:

```shell
npm install stream-chat-angular @ngx-translate/core@14 ngx-float-ui@15

# or
yarn add stream-chat-angular stream-chat @ngx-translate/core@14 angular-mentions ngx-float-ui@15 @floating-ui/dom
```

Supported node verisons: 18+
Expand Down
12 changes: 0 additions & 12 deletions docusaurus/docs/Angular/basics/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,36 +34,24 @@ Run this command if you are using **Angular 18**:

```shell
npm install stream-chat-angular ngx-float-ui@18

# or
yarn add stream-chat-angular stream-chat @ngx-translate/core angular-mentions ngx-float-ui@18 @floating-ui/dom
```

Run this command if you are using **Angular 17**:

```shell
npm install stream-chat-angular ngx-float-ui@17

# or
yarn add stream-chat-angular stream-chat @ngx-translate/core angular-mentions ngx-float-ui@17 @floating-ui/dom
```

Run this command if you are using **Angular 16**:

```shell
npm install stream-chat-angular ngx-float-ui@16

# or
yarn add stream-chat-angular stream-chat @ngx-translate/core angular-mentions ngx-float-ui@16 @floating-ui/dom
```

Run this command if you are using **Angular 15**:

```shell
npm install stream-chat-angular @ngx-translate/core@14 ngx-float-ui@15

# or
yarn add stream-chat-angular stream-chat @ngx-translate/core@14 angular-mentions ngx-float-ui@15 @floating-ui/dom
```

Supported Node versions: 18+
Expand Down

0 comments on commit cdc4941

Please sign in to comment.