@cometchat/chat-uikit-angular 5.0.0-beta.2 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -4
- package/fesm2022/cometchat-chat-uikit-angular.mjs +38221 -64084
- package/fesm2022/cometchat-chat-uikit-angular.mjs.map +1 -1
- package/package.json +11 -3
- package/src/lib/assets/mark_as_unread.svg +3 -0
- package/styles/css-variables.css +32 -12
- package/styles/fonts/Roboto/Roboto-Black.woff2 +0 -0
- package/styles/fonts/Roboto/Roboto-BlackItalic.woff2 +0 -0
- package/styles/fonts/Roboto/Roboto-Bold.woff2 +0 -0
- package/styles/fonts/Roboto/Roboto-BoldItalic.woff2 +0 -0
- package/styles/fonts/Roboto/Roboto-Italic.woff2 +0 -0
- package/styles/fonts/Roboto/Roboto-Light.woff2 +0 -0
- package/styles/fonts/Roboto/Roboto-LightItalic.woff2 +0 -0
- package/styles/fonts/Roboto/Roboto-Medium.woff2 +0 -0
- package/styles/fonts/Roboto/Roboto-MediumItalic.woff2 +0 -0
- package/styles/fonts/Roboto/Roboto-Regular.woff2 +0 -0
- package/styles/rich-text-styles.css +24 -0
- package/types/cometchat-chat-uikit-angular.d.ts +1811 -21591
package/README.md
CHANGED
|
@@ -10,7 +10,6 @@ The CometChat Angular UI Kit provides pre-built Angular components to quickly in
|
|
|
10
10
|
<img src="https://raw.githubusercontent.com/cometchat/cometchat-uikit-react/HEAD/screenshots/sample_app_overview.png" />
|
|
11
11
|
</div>
|
|
12
12
|
|
|
13
|
-
> **Note:** This package is currently in beta (`5.0.0-beta.2`). APIs may change before the stable release.
|
|
14
13
|
|
|
15
14
|
## Prerequisites
|
|
16
15
|
|
|
@@ -24,7 +23,7 @@ The CometChat Angular UI Kit provides pre-built Angular components to quickly in
|
|
|
24
23
|
1. Register at the [CometChat Dashboard](https://app.cometchat.com/) to create an account.
|
|
25
24
|
2. After registering, log in and create a new app. CometChat will generate an _`App ID`_, _`Region`_, and _`Auth Key`_ for you. Keep these credentials secure.
|
|
26
25
|
3. Check the [Key Concepts](https://www.cometchat.com/docs/fundamentals/key-concepts) to understand the basic components of CometChat.
|
|
27
|
-
4. Refer to the [Integration Steps](https://www.cometchat.com/docs/ui-kit/angular/
|
|
26
|
+
4. Refer to the [Integration Steps](https://www.cometchat.com/docs/ui-kit/angular/integration) to integrate the UI Kit into your Angular app.
|
|
28
27
|
|
|
29
28
|
## Installation
|
|
30
29
|
|
|
@@ -44,11 +43,11 @@ npm install @cometchat/chat-uikit-angular @cometchat/chat-sdk-javascript
|
|
|
44
43
|
|
|
45
44
|
## Documentation
|
|
46
45
|
|
|
47
|
-
For full documentation, visit the [CometChat Angular UI Kit Docs](https://www.cometchat.com/docs/ui-kit/angular/
|
|
46
|
+
For full documentation, visit the [CometChat Angular UI Kit Docs](https://www.cometchat.com/docs/ui-kit/angular/integration).
|
|
48
47
|
|
|
49
48
|
## Help and Support
|
|
50
49
|
|
|
51
|
-
- [Documentation](https://www.cometchat.com/docs/ui-kit/angular/
|
|
50
|
+
- [Documentation](https://www.cometchat.com/docs/ui-kit/angular/integration)
|
|
52
51
|
- [GitHub Issues](https://github.com/cometchat/cometchat-uikit-angular/issues)
|
|
53
52
|
- [Support Tickets](https://help.cometchat.com/hc/en-us)
|
|
54
53
|
- [CometChat Dashboard](https://app.cometchat.com/)
|