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:
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
8282npm install lamejs --save
8383```
8484
85+ [ Installation with React & Angular] ( #use-as-a-web-component )
86+
8587## Usage
8688
8789You 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
715717yarn add --save vue
716718```
717719
718- ### Angular Setup
720+ #### Angular Setup
719721
720722``` json
721723// angular.json
You can’t perform that action at this time.
0 commit comments