ids-enterprise-ng 19.4.1 → 19.4.2
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.
|
@@ -31265,7 +31265,7 @@ class SohoVersionInitializerService {
|
|
|
31265
31265
|
* Initializes the version attribute.
|
|
31266
31266
|
*/
|
|
31267
31267
|
initialize() {
|
|
31268
|
-
$('html').attr(SohoVersionInitializerService.VERSION_ATTR_NAME, '19.4.
|
|
31268
|
+
$('html').attr(SohoVersionInitializerService.VERSION_ATTR_NAME, '19.4.2');
|
|
31269
31269
|
}
|
|
31270
31270
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: SohoVersionInitializerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
31271
31271
|
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: SohoVersionInitializerService, providedIn: 'root' }); }
|