@angular/core 10.0.3 → 10.0.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/bundles/core-testing.umd.js +316 -271
- package/bundles/core-testing.umd.js.map +1 -1
- package/bundles/core-testing.umd.min.js +11 -25
- package/bundles/core-testing.umd.min.js.map +1 -1
- package/bundles/core.umd.js +504 -672
- package/bundles/core.umd.js.map +1 -1
- package/bundles/core.umd.min.js +126 -280
- package/bundles/core.umd.min.js.map +1 -1
- package/core.d.ts +2 -2
- package/core.metadata.json +1 -1
- package/esm2015/src/interface/type.js +2 -2
- package/esm2015/src/util/ng_dev_mode.js +2 -2
- package/esm2015/src/version.js +1 -1
- package/fesm2015/core.js +4 -4
- package/fesm2015/core.js.map +1 -1
- package/fesm2015/testing.js +1 -1
- package/fesm2015/testing.js.map +1 -1
- package/package.json +1 -1
- package/src/r3_symbols.d.ts +2 -2
- package/testing/testing.d.ts +1 -1
- package/testing.d.ts +1 -1
- package/esm2015/src/util/WrappedValue.js +0 -48
package/core.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v10.0.
|
|
2
|
+
* @license Angular v10.0.4
|
|
3
3
|
* (c) 2010-2020 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -7821,7 +7821,7 @@ declare const TYPE = 1;
|
|
|
7821
7821
|
*
|
|
7822
7822
|
* Represents a type that a Component or other object is instances of.
|
|
7823
7823
|
*
|
|
7824
|
-
* An example of a `Type` is `MyCustomComponent` class, which in JavaScript is
|
|
7824
|
+
* An example of a `Type` is `MyCustomComponent` class, which in JavaScript is represented by
|
|
7825
7825
|
* the `MyCustomComponent` constructor function.
|
|
7826
7826
|
*
|
|
7827
7827
|
* @publicApi
|