Popularity
0.7
Growing
Activity
0.0
Stable
4
3
6

Description

This example shows how to build an anonymous group chat with Angular:

Jump straight into the code or read the accompanying step-by-step guide here on our blog.

Monthly Downloads: 0
Programming language: TypeScript
Tags: API     SDK     JavaScript     Angular     React     Angular-js     Chat    

Angular Chat App Example alternatives and similar libraries

Based on the "API" category.
Alternatively, view Angular Chat App Example alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Angular Chat App Example or a related project?

Add another 'API' Library

README

Angular Chat App Example

This example shows how to build an anonymous group chat with Angular:

Login Chat

Login Chat

Jump straight into the code or read the accompanying step-by-step guide here on our blog.

Technology

This demo uses:

  • Angular
  • TypeScript
  • CometChat JavaScript SDK

Running the demo locally

  • Download the repository here or by running git clone https://github.com/cometchat-pro-samples/Angular-group-chat.git
  • Install all dependencies by running npm install in the project folder
  • Go to src/environments/environment.ts file and fill in a valid api key (authOnly scope is enough) and application key
  • Start the application by running npm start in the aplication folder
  • Go to http://localhost:4200
  • By default it uses the 'supergroup' that is already created in the ComeChat account. If you want to use a different one go to src/environments/environment.ts and change the value of the groupId property.

Useful links

Other examples