@angular/core 12.2.0-rc.0 → 12.2.0
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/bundles/core-testing.umd.js +1 -1
- package/bundles/core.umd.js +3 -2
- package/bundles/core.umd.js.map +1 -1
- package/core.d.ts +1 -1
- package/core.metadata.json +1 -1
- package/esm2015/src/render3/instructions/shared.js +2 -1
- package/esm2015/src/version.js +1 -1
- package/fesm2015/core.js +3 -2
- package/fesm2015/core.js.map +1 -1
- package/fesm2015/testing.js +1 -1
- package/package.json +2 -2
- package/src/r3_symbols.d.ts +1 -1
- package/testing/testing.d.ts +1 -1
- package/testing.d.ts +1 -1
package/bundles/core.umd.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v12.2.0
|
|
2
|
+
* @license Angular v12.2.0
|
|
3
3
|
* (c) 2010-2021 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -9934,6 +9934,7 @@
|
|
|
9934
9934
|
// an error, mark the view as corrupted so we can try to recover.
|
|
9935
9935
|
if (tView.firstCreatePass) {
|
|
9936
9936
|
tView.incompleteFirstPass = true;
|
|
9937
|
+
tView.firstCreatePass = false;
|
|
9937
9938
|
}
|
|
9938
9939
|
throw error;
|
|
9939
9940
|
}
|
|
@@ -22032,7 +22033,7 @@
|
|
|
22032
22033
|
/**
|
|
22033
22034
|
* @publicApi
|
|
22034
22035
|
*/
|
|
22035
|
-
var VERSION = new Version('12.2.0
|
|
22036
|
+
var VERSION = new Version('12.2.0');
|
|
22036
22037
|
|
|
22037
22038
|
/**
|
|
22038
22039
|
* @license
|