ids-enterprise-ng 21.1.0-dev.1 → 21.1.0-dev.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.
|
@@ -31840,7 +31840,7 @@ class SohoVersionInitializerService {
|
|
|
31840
31840
|
* Initializes the version attribute.
|
|
31841
31841
|
*/
|
|
31842
31842
|
initialize() {
|
|
31843
|
-
$('html').attr(SohoVersionInitializerService.VERSION_ATTR_NAME, '21.1.0-dev.
|
|
31843
|
+
$('html').attr(SohoVersionInitializerService.VERSION_ATTR_NAME, '21.1.0-dev.2');
|
|
31844
31844
|
}
|
|
31845
31845
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: SohoVersionInitializerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
31846
31846
|
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: SohoVersionInitializerService, providedIn: 'root' }); }
|