@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
|
@@ -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>;
|