File tree Expand file tree Collapse file tree
docusaurus/docs/Angular/basics Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 strategy :
1515 matrix :
16- node-version : [18 .x]
16+ node-version : [20 .x]
1717
1818 steps :
1919 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -57,25 +57,25 @@ Supported Angular versions: **Angular 15-18**
5757Run this command if you are using ** Angular 18** :
5858
5959``` shell
60- npm install stream-chat-angular ngx-float-ui@18
60+ npm install stream-chat-angular stream-chat ngx-float-ui@18
6161```
6262
6363Run this command if you are using ** Angular 17** :
6464
6565``` shell
66- npm install stream-chat-angular ngx-float-ui@17
66+ npm install stream-chat-angular stream-chat ngx-float-ui@17
6767```
6868
6969Run this command if you are using ** Angular 16** :
7070
7171``` shell
72- npm install stream-chat-angular ngx-float-ui@16
72+ npm install stream-chat-angular stream-chat ngx-float-ui@16
7373```
7474
7575Run this command if you are using ** Angular 15** :
7676
7777``` shell
78- npm install stream-chat-angular @ngx-translate/core@14 ngx-float-ui@15
78+ npm install stream-chat-angular stream-chat @ngx-translate/core@14 ngx-float-ui@15
7979```
8080
8181Supported node verisons: 18+
Original file line number Diff line number Diff line change @@ -33,25 +33,25 @@ We recommend using the component library through a package manager. Stream Chat
3333Run this command if you are using ** Angular 18** :
3434
3535``` shell
36- npm install stream-chat-angular ngx-float-ui@18
36+ npm install stream-chat-angular stream-chat ngx-float-ui@18
3737```
3838
3939Run this command if you are using ** Angular 17** :
4040
4141``` shell
42- npm install stream-chat-angular ngx-float-ui@17
42+ npm install stream-chat-angular stream-chat ngx-float-ui@17
4343```
4444
4545Run this command if you are using ** Angular 16** :
4646
4747``` shell
48- npm install stream-chat-angular ngx-float-ui@16
48+ npm install stream-chat-angular stream-chat ngx-float-ui@16
4949```
5050
5151Run this command if you are using ** Angular 15** :
5252
5353``` shell
54- npm install stream-chat-angular @ngx-translate/core@14 ngx-float-ui@15
54+ npm install stream-chat-angular stream-chat @ngx-translate/core@14 ngx-float-ui@15
5555```
5656
5757Supported Node versions: 18+
You can’t perform that action at this time.
0 commit comments