@angular/core 15.2.5 → 15.2.7
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/linker/component_factory.mjs +1 -1
- package/esm2020/src/linker/view_container_ref.mjs +2 -2
- package/esm2020/src/linker/view_ref.mjs +2 -2
- package/esm2020/src/render3/component_ref.mjs +5 -4
- package/esm2020/src/render3/hooks.mjs +13 -14
- package/esm2020/src/render3/instructions/shared.mjs +4 -4
- package/esm2020/src/render3/pipe.mjs +2 -2
- package/esm2020/src/sanitization/url_sanitizer.mjs +7 -6
- package/esm2020/src/version.mjs +1 -1
- package/esm2020/testing/src/fake_async.mjs +2 -2
- package/esm2020/testing/src/logger.mjs +3 -3
- package/esm2020/testing/src/ng_zone_mock.mjs +3 -3
- package/fesm2015/core.mjs +33 -27
- package/fesm2015/core.mjs.map +1 -1
- package/fesm2015/testing.mjs +33 -27
- package/fesm2015/testing.mjs.map +1 -1
- package/fesm2020/core.mjs +28 -27
- package/fesm2020/core.mjs.map +1 -1
- package/fesm2020/testing.mjs +28 -27
- package/fesm2020/testing.mjs.map +1 -1
- package/index.d.ts +4 -4
- package/package.json +1 -1
- package/schematics/ng-generate/standalone-migration/bundle.js +43 -20
- package/schematics/ng-generate/standalone-migration/bundle.js.map +2 -2
- package/testing/index.d.ts +2 -2
package/testing/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v15.2.
|
|
2
|
+
* @license Angular v15.2.7
|
|
3
3
|
* (c) 2010-2022 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -142,7 +142,7 @@ export declare function discardPeriodicTasks(): void;
|
|
|
142
142
|
*
|
|
143
143
|
* Can be used to wrap `inject()` calls.
|
|
144
144
|
*
|
|
145
|
-
* @param fn The function that you want to wrap in the `
|
|
145
|
+
* @param fn The function that you want to wrap in the `fakeAsync` zone.
|
|
146
146
|
*
|
|
147
147
|
* @usageNotes
|
|
148
148
|
* ### Example
|