@angular/core 14.1.0 → 14.1.3
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/esm2020/src/di/injector_compatibility.mjs +2 -2
- package/esm2020/src/linker/template_ref.mjs +1 -1
- package/esm2020/src/render3/definition.mjs +1 -5
- package/esm2020/src/render3/instructions/element_validation.mjs +9 -5
- package/esm2020/src/render3/instructions/shared.mjs +10 -8
- 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/fesm2015/core.mjs +20 -18
- package/fesm2015/core.mjs.map +1 -1
- package/fesm2015/testing.mjs +20 -18
- package/fesm2015/testing.mjs.map +1 -1
- package/fesm2020/core.mjs +20 -18
- package/fesm2020/core.mjs.map +1 -1
- package/fesm2020/testing.mjs +20 -18
- package/fesm2020/testing.mjs.map +1 -1
- package/index.d.ts +2 -3
- package/package.json +1 -1
- package/testing/index.d.ts +1 -1
package/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v14.1.
|
|
2
|
+
* @license Angular v14.1.3
|
|
3
3
|
* (c) 2010-2022 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -7664,8 +7664,7 @@ export declare abstract class TemplateRef<C> {
|
|
|
7664
7664
|
*/
|
|
7665
7665
|
abstract readonly elementRef: ElementRef;
|
|
7666
7666
|
/**
|
|
7667
|
-
* Instantiates an embedded view based on this template
|
|
7668
|
-
* and attaches it to the view container.
|
|
7667
|
+
* Instantiates an unattached embedded view based on this template.
|
|
7669
7668
|
* @param context The data-binding context of the embedded view, as declared
|
|
7670
7669
|
* in the `<ng-template>` usage.
|
|
7671
7670
|
* @param injector Injector to be used within the embedded view.
|
package/package.json
CHANGED
package/testing/index.d.ts
CHANGED