Skip to content

Commit 71b513d

Browse files
committed
docs: Update tutorial
1 parent 9728b34 commit 71b513d

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ For complete pricing and details visit our [Chat Pricing Page](https://getstream
3838
npm install stream-chat-angular stream-chat-css stream-chat @ngx-translate/core
3939
```
4040

41+
**Important note** If you are using **Angular 12** you will need to add `--legacy-peer-deps` flag as `@ngx-translate/core`'s newest version only supports Angular 13.
42+
4143
## Sample App
4244

4345
This repository includes a sample app to test our library.

projects/stream-chat-angular/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ For complete pricing and details visit our [Chat Pricing Page](https://getstream
3838
npm install stream-chat-angular stream-chat-css stream-chat @ngx-translate/core
3939
```
4040

41+
**Important note** If you are using **Angular 12** you will need to add `--legacy-peer-deps` flag as `@ngx-translate/core`'s newest version only supports Angular 13.
42+
4143
## Sample App
4244

4345
This repository includes a sample app to test our library.

tutorial/tutorial.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Install the necessary dependencies:
1818
npm install stream-chat-angular stream-chat-css stream-chat @ngx-translate/core
1919
```
2020

21+
**Important note** If you are using **Angular 12** you will need to add `--legacy-peer-deps` flag as `@ngx-translate/core`'s newest version only supports Angular 13.
22+
2123
## Create a WhatsApp or Facebook Messenger Style Chat App
2224

2325
Stream's Angular Chat messaging SDK component library includes everything you need to build a fully functioning chat experience, supporting rich messages, reactions, image uploads, and more. This library was designed to enable you to get an application up and running quickly and efficiently while supporting customization for complex use cases.

0 commit comments

Comments
 (0)