https://github.com/cometchat/cometchat-sample-app-angular
Ready-to-use Chat UI Components for Angular (JavaScript/Web)
https://github.com/cometchat/cometchat-sample-app-angular
angular calling chat conference javascript ui ui-components uikit video voice web
Last synced: 6 months ago
JSON representation
Ready-to-use Chat UI Components for Angular (JavaScript/Web)
- Host: GitHub
- URL: https://github.com/cometchat/cometchat-sample-app-angular
- Owner: cometchat
- License: other
- Created: 2020-02-17T16:21:51.000Z (over 5 years ago)
- Default Branch: v4
- Last Pushed: 2025-02-10T08:54:43.000Z (8 months ago)
- Last Synced: 2025-04-09T20:11:46.644Z (6 months ago)
- Topics: angular, calling, chat, conference, javascript, ui, ui-components, uikit, video, voice, web
- Language: TypeScript
- Homepage:
- Size: 41.4 MB
- Stars: 37
- Watchers: 14
- Forks: 46
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Security: SECURITY.md
- Support: SUPPORT.md
Awesome Lists containing this project
README
![]()
# Angular Sample App by CometChat
This is a reference application showcasing the integration of [CometChat's Angular UI Kit](https://www.cometchat.com/docs/v4/angular-uikit/overview) within an Angular framework. It provides developers with examples of implementing real-time messaging and voice and video calling features in their own Angular-based applications.
![]()
## Prerequisites
- Ensure that you have Node.js and npm installed:
```sh
npm install npm@latest -g
```- Sign up for a [CometChat](https://app.cometchat.com/) account to get your app credentials: _`App ID`_, _`Region`_, and _`Auth Key`_
## Installation
1. Clone the repository:
```
git clone https://github.com/cometchat/cometchat-sample-app-angular.git
```
2. Navigate to the cloned directory:
```
cd cometchat-sample-app-angular
```
3. Install dependencies:
```
npm install
```
4. Enter your CometChat _`App ID`_, _`Region`_, and _`Auth Key`_ in the [AppConstants.ts](https://github.com/cometchat/cometchat-sample-app-angular/blob/v4/src/AppConstants.ts) file:
https://github.com/cometchat/cometchat-sample-app-angular/blob/9e868938ab4fbfb70cfea28c6fa773e8431c0e26/src/AppConstants.ts#L1-L55. Run the project locally to see all CometChat features in action:
```
npm run start
```## Help and Support
For issues running the project or integrating with our UI Kits, consult our [documentation](https://www.cometchat.com/docs/angular-uikit/integration) or create a [support ticket](https://help.cometchat.com/hc/en-us) or seek real-time support via the [CometChat Dashboard](http://app.cometchat.com/).