Skip to content

Commit 7bfd345

Browse files
committed
(docs) add angular and react installation
1 parent d29859e commit 7bfd345

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ You will get a fully working chat application for web and mobile:
6262
- [Events API](#events-api)
6363
- [Named Slots](#named-slots)
6464
- [Using with Firestore](#using-with-firestore)
65-
- [Use as a Web Component](#use-as-a-web-component)
65+
- [Use as a Web Component with React and Angular](#use-as-a-web-component-with-react-and-angular)
6666

6767
<br>
6868

@@ -82,6 +82,8 @@ If you want to send mp3 audio messages, you may need to install `lamejs` inside
8282
npm install lamejs --save
8383
```
8484

85+
[Installation with React & Angular](#use-as-a-web-component)
86+
8587
## Usage
8688

8789
You can import it as a custom component:
@@ -699,7 +701,7 @@ messages: {
699701

700702
<br>
701703

702-
## Use as a Web Component
704+
## Use as a Web Component with React and Angular
703705

704706
### Install vue-advance-chat component
705707

@@ -715,7 +717,7 @@ npm install --save vue
715717
yarn add --save vue
716718
```
717719

718-
### Angular Setup
720+
#### Angular Setup
719721

720722
```json
721723
// angular.json

0 commit comments

Comments
 (0)