File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ You will get a fully working chat application for web and mobile:
62
62
- [ Events API] ( #events-api )
63
63
- [ Named Slots] ( #named-slots )
64
64
- [ 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 )
66
66
67
67
<br >
68
68
@@ -82,6 +82,8 @@ If you want to send mp3 audio messages, you may need to install `lamejs` inside
82
82
npm install lamejs --save
83
83
```
84
84
85
+ [ Installation with React & Angular] ( #use-as-a-web-component )
86
+
85
87
## Usage
86
88
87
89
You can import it as a custom component:
@@ -699,7 +701,7 @@ messages: {
699
701
700
702
<br >
701
703
702
- ## Use as a Web Component
704
+ ## Use as a Web Component with React and Angular
703
705
704
706
### Install vue-advance-chat component
705
707
@@ -715,7 +717,7 @@ npm install --save vue
715
717
yarn add --save vue
716
718
```
717
719
718
- ### Angular Setup
720
+ #### Angular Setup
719
721
720
722
``` json
721
723
// angular.json
You can’t perform that action at this time.
0 commit comments