ids-enterprise-ng 20.1.13 → 20.1.14

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.
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Injectable, NgModule, HostBinding, Input, ChangeDetectionStrategy, Component, EventEmitter, Output, ContentChildren, forwardRef, Directive, HostListener, Self, Optional, Injector, ContentChild, Attribute, ViewChild, Pipe, APP_INITIALIZER } from '@angular/core';
2
+ import { Injectable, NgModule, HostBinding, Input, ChangeDetectionStrategy, Component, EventEmitter, Output, forwardRef, ContentChildren, Directive, HostListener, Self, Optional, Injector, ContentChild, Attribute, ViewChild, Pipe, APP_INITIALIZER } from '@angular/core';
3
3
  import * as i1 from '@angular/common';
4
4
  import { CommonModule } from '@angular/common';
5
5
  import * as i1$1 from '@angular/forms';
@@ -31360,7 +31360,7 @@ class SohoVersionInitializerService {
31360
31360
  * Initializes the version attribute.
31361
31361
  */
31362
31362
  initialize() {
31363
- $('html').attr(SohoVersionInitializerService.VERSION_ATTR_NAME, '20.1.13');
31363
+ $('html').attr(SohoVersionInitializerService.VERSION_ATTR_NAME, '20.1.14');
31364
31364
  }
31365
31365
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: SohoVersionInitializerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
31366
31366
  static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: SohoVersionInitializerService, providedIn: 'root' }); }