@angular/core 12.2.8 → 12.2.9
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 +2 -2
- package/bundles/core.umd.js.map +1 -1
- package/core.d.ts +2 -2
- package/core.metadata.json +1 -1
- package/esm2015/src/compiler/compiler_facade_interface.js +1 -1
- package/esm2015/src/version.js +1 -1
- package/fesm2015/core.js +2 -2
- package/fesm2015/core.js.map +1 -1
- package/fesm2015/testing.js +1 -1
- package/package.json +1 -1
- package/src/r3_symbols.d.ts +1 -1
- package/testing/testing.d.ts +1 -1
- package/testing.d.ts +1 -1
package/core.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v12.2.
|
|
2
|
+
* @license Angular v12.2.9
|
|
3
3
|
* (c) 2010-2021 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -5916,7 +5916,7 @@ declare interface R3DeclareDirectiveFacade {
|
|
|
5916
5916
|
|
|
5917
5917
|
declare interface R3DeclareFactoryFacade {
|
|
5918
5918
|
type: Type_2;
|
|
5919
|
-
deps: R3DeclareDependencyMetadataFacade[] | null;
|
|
5919
|
+
deps: R3DeclareDependencyMetadataFacade[] | 'invalid' | null;
|
|
5920
5920
|
target: ɵɵFactoryTarget;
|
|
5921
5921
|
}
|
|
5922
5922
|
|