This is the example code for the Angular getting started guide.
To run this tutorial, you will need:
- Clone or download this project.
- Replace
<APP_ID>insrc/app/talkjs-chat/talkjs-chat.component.tswith the value found in the Settings tab of your TalkJS dashboard. - Run
npm installto install dependencies. - Run
ng serveto start the server. - Navigate to
http://localhost:4200/to view the app