@angular/core 14.2.2 → 14.2.4

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.
package/fesm2020/core.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v14.2.2
2
+ * @license Angular v14.2.4
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -7249,7 +7249,7 @@ class Version {
7249
7249
  /**
7250
7250
  * @publicApi
7251
7251
  */
7252
- const VERSION = new Version('14.2.2');
7252
+ const VERSION = new Version('14.2.4');
7253
7253
 
7254
7254
  /**
7255
7255
  * @license
@@ -27506,7 +27506,7 @@ function enableProdMode() {
27506
27506
  }
27507
27507
  // The below check is there so when ngDevMode is set via terser
27508
27508
  // `global['ngDevMode'] = false;` is also dropped.
27509
- if (typeof ngDevMode === undefined || !!ngDevMode) {
27509
+ if (typeof ngDevMode === 'undefined' || ngDevMode) {
27510
27510
  _global['ngDevMode'] = false;
27511
27511
  }
27512
27512
  _devMode = false;