@angular/core 16.2.8 → 16.2.10

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
  /**
2
- * @license Angular v16.2.8
2
+ * @license Angular v16.2.10
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v16.2.8
2
+ * @license Angular v16.2.10
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -10925,7 +10925,7 @@ class Version {
10925
10925
  /**
10926
10926
  * @publicApi
10927
10927
  */
10928
- const VERSION = new Version('16.2.8');
10928
+ const VERSION = new Version('16.2.10');
10929
10929
 
10930
10930
  // This default value is when checking the hierarchy for a token.
10931
10931
  //
@@ -12011,11 +12011,6 @@ function getExpressionChangedErrorDetails(lView, bindingIndex, oldValue, newValu
12011
12011
  }
12012
12012
 
12013
12013
  let currentConsumer = null;
12014
- function setLViewForConsumer(node, lView) {
12015
- (typeof ngDevMode === 'undefined' || ngDevMode) &&
12016
- assertEqual(node.lView, null, 'Consumer already associated with a view.');
12017
- node.lView = lView;
12018
- }
12019
12014
  /**
12020
12015
  * Create a new template consumer pointing at the specified LView.
12021
12016
  * Sometimes, a previously created consumer may be reused, in order to save on allocations. In that