@trixwell/ngx-parl 6.0.0 → 6.0.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trixwell/ngx-parl",
3
- "version": "6.0.0",
3
+ "version": "6.0.1",
4
4
  "license": "LGPL-3.0",
5
5
  "description": "Highly customizable Angular Material chat component",
6
6
  "keywords": [
@@ -105,6 +105,7 @@ declare class ChatFlowComponent implements AfterViewInit, OnDestroy {
105
105
  flowRef?: ElementRef<HTMLElement>;
106
106
  private transloco;
107
107
  private utils;
108
+ private destroyRef;
108
109
  private translocoLang;
109
110
  private translocoTranslationTick;
110
111
  scrollToBottomTrigger: _angular_core.ModelSignal<number>;