@angular/core 13.0.0-rc.0 → 13.0.0-rc.1
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/core.d.ts +1 -1
- package/esm2020/src/render3/util/global_utils.mjs +2 -3
- package/esm2020/src/version.mjs +1 -1
- package/esm2020/testing/src/logger.mjs +3 -3
- package/esm2020/testing/src/ng_zone_mock.mjs +3 -3
- package/esm2020/testing/src/test_compiler.mjs +3 -3
- package/fesm2015/core.mjs +3 -4
- package/fesm2015/core.mjs.map +1 -1
- package/fesm2015/testing.mjs +4 -4
- package/fesm2020/core.mjs +3 -4
- package/fesm2020/core.mjs.map +1 -1
- package/fesm2020/testing.mjs +4 -4
- package/package.json +1 -1
- package/testing/testing.d.ts +1 -1
package/fesm2015/testing.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v13.0.0-rc.
|
|
2
|
+
* @license Angular v13.0.0-rc.1
|
|
3
3
|
* (c) 2010-2021 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -1928,9 +1928,9 @@ class TestingCompiler extends Compiler {
|
|
|
1928
1928
|
throw unimplemented();
|
|
1929
1929
|
}
|
|
1930
1930
|
}
|
|
1931
|
-
TestingCompiler.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-rc.
|
|
1932
|
-
TestingCompiler.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-rc.
|
|
1933
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-rc.
|
|
1931
|
+
TestingCompiler.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-rc.1", ngImport: i0, type: TestingCompiler, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
1932
|
+
TestingCompiler.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-rc.1", ngImport: i0, type: TestingCompiler });
|
|
1933
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-rc.1", ngImport: i0, type: TestingCompiler, decorators: [{
|
|
1934
1934
|
type: Injectable
|
|
1935
1935
|
}] });
|
|
1936
1936
|
/**
|
package/fesm2020/core.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v13.0.0-rc.
|
|
2
|
+
* @license Angular v13.0.0-rc.1
|
|
3
3
|
* (c) 2010-2021 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -12326,8 +12326,7 @@ function applyChanges(component) {
|
|
|
12326
12326
|
*
|
|
12327
12327
|
* To see this in action run the following command:
|
|
12328
12328
|
*
|
|
12329
|
-
* bazel run
|
|
12330
|
-
* //packages/core/test/bundling/todo:devserver
|
|
12329
|
+
* bazel run //packages/core/test/bundling/todo:devserver
|
|
12331
12330
|
*
|
|
12332
12331
|
* Then load `localhost:5432` and start using the console tools.
|
|
12333
12332
|
*/
|
|
@@ -21404,7 +21403,7 @@ class Version {
|
|
|
21404
21403
|
/**
|
|
21405
21404
|
* @publicApi
|
|
21406
21405
|
*/
|
|
21407
|
-
const VERSION = new Version('13.0.0-rc.
|
|
21406
|
+
const VERSION = new Version('13.0.0-rc.1');
|
|
21408
21407
|
|
|
21409
21408
|
/**
|
|
21410
21409
|
* @license
|