@ts-core/angular 19.0.2 → 19.0.3
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.
|
@@ -2664,7 +2664,7 @@ class LanguageDirective extends Destroyable {
|
|
|
2664
2664
|
super();
|
|
2665
2665
|
this.element = element;
|
|
2666
2666
|
this.language = language;
|
|
2667
|
-
language.completed.pipe(takeUntil(this.destroyed)).subscribe(
|
|
2667
|
+
language.completed.pipe(takeUntil(this.destroyed)).subscribe(this.translate);
|
|
2668
2668
|
}
|
|
2669
2669
|
// --------------------------------------------------------------------------
|
|
2670
2670
|
//
|