File tree Expand file tree Collapse file tree 2 files changed +0
-24
lines changed
docusaurus/docs/Angular/basics Expand file tree Collapse file tree 2 files changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -58,36 +58,24 @@ Run this command if you are using **Angular 18**:
58
58
59
59
``` shell
60
60
npm install stream-chat-angular ngx-float-ui@18
61
-
62
- # or
63
- yarn add stream-chat-angular stream-chat @ngx-translate/core angular-mentions ngx-float-ui@18 @floating-ui/dom
64
61
```
65
62
66
63
Run this command if you are using ** Angular 17** :
67
64
68
65
``` shell
69
66
npm install stream-chat-angular ngx-float-ui@17
70
-
71
- # or
72
- yarn add stream-chat-angular stream-chat @ngx-translate/core angular-mentions ngx-float-ui@17 @floating-ui/dom
73
67
```
74
68
75
69
Run this command if you are using ** Angular 16** :
76
70
77
71
``` shell
78
72
npm install stream-chat-angular ngx-float-ui@16
79
-
80
- # or
81
- yarn add stream-chat-angular stream-chat @ngx-translate/core angular-mentions ngx-float-ui@16 @floating-ui/dom
82
73
```
83
74
84
75
Run this command if you are using ** Angular 15** :
85
76
86
77
``` shell
87
78
npm install stream-chat-angular @ngx-translate/core@14 ngx-float-ui@15
88
-
89
- # or
90
- yarn add stream-chat-angular stream-chat @ngx-translate/core@14 angular-mentions ngx-float-ui@15 @floating-ui/dom
91
79
```
92
80
93
81
Supported node verisons: 18+
Original file line number Diff line number Diff line change @@ -34,36 +34,24 @@ Run this command if you are using **Angular 18**:
34
34
35
35
``` shell
36
36
npm install stream-chat-angular ngx-float-ui@18
37
-
38
- # or
39
- yarn add stream-chat-angular stream-chat @ngx-translate/core angular-mentions ngx-float-ui@18 @floating-ui/dom
40
37
```
41
38
42
39
Run this command if you are using ** Angular 17** :
43
40
44
41
``` shell
45
42
npm install stream-chat-angular ngx-float-ui@17
46
-
47
- # or
48
- yarn add stream-chat-angular stream-chat @ngx-translate/core angular-mentions ngx-float-ui@17 @floating-ui/dom
49
43
```
50
44
51
45
Run this command if you are using ** Angular 16** :
52
46
53
47
``` shell
54
48
npm install stream-chat-angular ngx-float-ui@16
55
-
56
- # or
57
- yarn add stream-chat-angular stream-chat @ngx-translate/core angular-mentions ngx-float-ui@16 @floating-ui/dom
58
49
```
59
50
60
51
Run this command if you are using ** Angular 15** :
61
52
62
53
``` shell
63
54
npm install stream-chat-angular @ngx-translate/core@14 ngx-float-ui@15
64
-
65
- # or
66
- yarn add stream-chat-angular stream-chat @ngx-translate/core@14 angular-mentions ngx-float-ui@15 @floating-ui/dom
67
55
```
68
56
69
57
Supported Node versions: 18+
You can’t perform that action at this time.
0 commit comments