@arsedizioni/ars-utils 18.2.350 → 18.2.353

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.
@@ -1940,6 +1940,8 @@ class ThemeService {
1940
1940
  * });
1941
1941
  */
1942
1942
  this.themeChanged = new BehaviorSubject('auto');
1943
+ // espone al consumatore un'observable
1944
+ this.changed = this.themeChanged.asObservable();
1943
1945
  this.renderFactory2 = inject(RendererFactory2);
1944
1946
  this.renderer = this.renderFactory2.createRenderer(null, null);
1945
1947
  /**