@angular/core 14.0.5 → 14.0.6
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/application_ref.mjs +2 -2
- package/esm2020/src/render3/index.mjs +2 -2
- package/esm2020/src/render3/instructions/change_detection.mjs +2 -20
- 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 +3 -20
- package/fesm2015/core.mjs.map +1 -1
- package/fesm2015/testing.mjs +4 -21
- package/fesm2015/testing.mjs.map +1 -1
- package/fesm2020/core.mjs +3 -20
- package/fesm2020/core.mjs.map +1 -1
- package/fesm2020/testing.mjs +4 -21
- package/fesm2020/testing.mjs.map +1 -1
- package/index.d.ts +2 -2
- 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.0.
|
|
2
|
+
* @license Angular v14.0.6
|
|
3
3
|
* (c) 2010-2022 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -529,7 +529,7 @@ export declare class ApplicationRef {
|
|
|
529
529
|
private _loadComponent;
|
|
530
530
|
/**
|
|
531
531
|
* Destroys an Angular application represented by this `ApplicationRef`. Calling this function
|
|
532
|
-
* will destroy the associated
|
|
532
|
+
* will destroy the associated environment injectors as well as all the bootstrapped components
|
|
533
533
|
* with their views.
|
|
534
534
|
*/
|
|
535
535
|
destroy(): void;
|
package/package.json
CHANGED
package/testing/index.d.ts
CHANGED