ids-enterprise-ng 21.0.3-patch.8.1 → 21.0.3-patch.9
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.
|
@@ -31874,7 +31874,7 @@ class SohoVersionInitializerService {
|
|
|
31874
31874
|
* Initializes the version attribute.
|
|
31875
31875
|
*/
|
|
31876
31876
|
initialize() {
|
|
31877
|
-
$('html').attr(SohoVersionInitializerService.VERSION_ATTR_NAME, '21.0.3-patch.
|
|
31877
|
+
$('html').attr(SohoVersionInitializerService.VERSION_ATTR_NAME, '21.0.3-patch.9');
|
|
31878
31878
|
}
|
|
31879
31879
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: SohoVersionInitializerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
31880
31880
|
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: SohoVersionInitializerService, providedIn: 'root' }); }
|