CometChat Angular UIKit provides a pre-built user interface kit that developers can use to quickly integrate a reliable & fully-featured chat experience into an existing or a new app.
- npm >= 7.
- Angular >= 12.
To set up Angular Chat UIKit and utilize CometChat for your chat functionality, you'll need to follow these steps:
- Registration: Go to the CometChat website (https://www.cometchat.com/) and sign up for an account.
- Create an App: After registering, log in to your CometChat account and create a new app. Provide the necessary details such as the app name, platform (Angular), and other relevant information. Once you've created the app, CometChat will generate an Auth Key and App ID for you. Make sure to keep these credentials secure, as you'll need them later.
- Check the Key Concepts to understand the basic components of CometChat.
- Refer to the Integration Steps in our documentation to integrate the UI Kit into your Angular app.
Install the necessary peer dependencies by running the following command:
npm install @cometchat/chat-sdk-javascript@latest @cometchat/uikit-elements@latest @cometchat/uikit-resources@latest @cometchat/uikit-shared@latest
If you run into any issues while executing the project or integrating with our UI Kits, refer to our documentation, create a support ticket, or receive real-time assistance through the CometChat Dashboard.