stream-chat-angular 2.5.1 → 2.6.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 CHANGED
@@ -9,7 +9,7 @@
9
9
  **Quick Links**
10
10
 
11
11
  - [Register](https://getstream.io/chat/trial/) to get an API key for Stream Chat
12
- - [Angular Chat Tutorial](https://getstream.io/tutorials/angular-chat/)
12
+ - [Angular Chat Tutorial](https://getstream.io/chat/angular/tutorial/)
13
13
  - [Demo Apps](https://getstream.io/chat/demos/)
14
14
  - [Docs](https://getstream.io/chat/docs/sdk/angular/)
15
15
  - [Chat UI Kit](https://getstream.io/chat/ui-kit/)
@@ -23,7 +23,7 @@ With our component library, you can build a variety of chat use cases, including
23
23
 
24
24
  ## Angular Chat Tutorial
25
25
 
26
- The best way to get started is to follow the [Angular Chat Tutorial](https://getstream.io/tutorials/angular-chat/). It shows you how to use this SDK to build a fully functional chat application and includes common customizations.
26
+ The best way to get started is to follow the [Angular Chat Tutorial](https://getstream.io/chat/angular/tutorial/). It shows you how to use this SDK to build a fully functional chat application and includes common customizations.
27
27
 
28
28
  ## Free for Makers
29
29
 
@@ -79,5 +79,6 @@ export declare const en: {
79
79
  test: string;
80
80
  'Sending links is not allowed in this conversation': string;
81
81
  "You can't send messages in this channel": string;
82
+ 'Unsupported file type: {{type}}': string;
82
83
  };
83
84
  };
@@ -1 +1 @@
1
- export declare const version = "2.5.1";
1
+ export declare const version = "2.6.0";