stream-chat-angular 5.9.0-angular-19.1 → 5.9.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/assets/version.d.ts +1 -1
- package/esm2020/assets/version.mjs +2 -2
- package/esm2020/lib/voice-recorder/audio-recorder.service.mjs +4 -5
- package/fesm2015/stream-chat-angular.mjs +3 -4
- package/fesm2015/stream-chat-angular.mjs.map +1 -1
- package/fesm2020/stream-chat-angular.mjs +3 -4
- package/fesm2020/stream-chat-angular.mjs.map +1 -1
- package/package.json +1 -1
- package/src/assets/version.ts +1 -1
|
@@ -16,12 +16,11 @@ import * as i9 from 'ngx-float-ui';
|
|
|
16
16
|
import { NgxFloatUiModule } from 'ngx-float-ui';
|
|
17
17
|
import prettybytes from 'pretty-bytes';
|
|
18
18
|
import fixWebmDuration from 'fix-webm-duration';
|
|
19
|
-
import { NgModel } from '@angular/forms';
|
|
20
19
|
import transliterate from '@stream-io/transliterate';
|
|
21
20
|
import * as i7$1 from 'angular-mentions';
|
|
22
21
|
import { MentionModule } from 'angular-mentions';
|
|
23
22
|
|
|
24
|
-
const version = '5.9.0
|
|
23
|
+
const version = '5.9.0';
|
|
25
24
|
|
|
26
25
|
/**
|
|
27
26
|
* The `NotificationService` can be used to add or remove notifications. By default the [`NotificationList`](../components/NotificationListComponent.mdx) component displays the currently active notifications.
|
|
@@ -6316,10 +6315,10 @@ class AudioRecorderService extends MultimediaRecorder {
|
|
|
6316
6315
|
}
|
|
6317
6316
|
}
|
|
6318
6317
|
AudioRecorderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AudioRecorderService, deps: [{ token: NotificationService }, { token: ChatClientService }, { token: TranscoderService }, { token: AmplitudeRecorderService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
6319
|
-
AudioRecorderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AudioRecorderService, providedIn:
|
|
6318
|
+
AudioRecorderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AudioRecorderService, providedIn: NgModule });
|
|
6320
6319
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AudioRecorderService, decorators: [{
|
|
6321
6320
|
type: Injectable,
|
|
6322
|
-
args: [{ providedIn:
|
|
6321
|
+
args: [{ providedIn: NgModule }]
|
|
6323
6322
|
}], ctorParameters: function () { return [{ type: NotificationService }, { type: ChatClientService }, { type: TranscoderService }, { type: AmplitudeRecorderService }]; } });
|
|
6324
6323
|
|
|
6325
6324
|
/**
|