Skip to content

Commit 2a3a88e

Browse files
committed
5795e03 fix(http): Delay stabilization until next app synchronization (#60656)
1 parent 41d1c25 commit 2a3a88e

12 files changed

+24
-24
lines changed

BUILD_INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Thu Apr 3 17:57:27 UTC 2025
2-
2348f26d8a6d93770a9f1145c3354d399cf05057
1+
Thu Apr 3 19:58:03 UTC 2025
2+
5795e03cdf25f4a96b73a49be915efbeeb398d83

animation_driver.d-D1fK-WdM.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.5+sha-2348f26
2+
* @license Angular v20.0.0-next.5+sha-5795e03
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

animation_player.d-D5d9jwCX.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.5+sha-2348f26
2+
* @license Angular v20.0.0-next.5+sha-5795e03
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

browser/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.5+sha-2348f26
2+
* @license Angular v20.0.0-next.5+sha-5795e03
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

browser/testing/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.5+sha-2348f26
2+
* @license Angular v20.0.0-next.5+sha-5795e03
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

fesm2022/animations.mjs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.5+sha-2348f26
2+
* @license Angular v20.0.0-next.5+sha-5795e03
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/
@@ -57,10 +57,10 @@ export { d as AUTO_STYLE, A as AnimationMetadataType, N as NoopAnimationPlayer,
5757
* @publicApi
5858
*/
5959
class AnimationBuilder {
60-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-2348f26", ngImport: i0, type: AnimationBuilder, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
61-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-2348f26", ngImport: i0, type: AnimationBuilder, providedIn: 'root', useFactory: () => inject(BrowserAnimationBuilder) });
60+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-5795e03", ngImport: i0, type: AnimationBuilder, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
61+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-5795e03", ngImport: i0, type: AnimationBuilder, providedIn: 'root', useFactory: () => inject(BrowserAnimationBuilder) });
6262
}
63-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-2348f26", ngImport: i0, type: AnimationBuilder, decorators: [{
63+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-5795e03", ngImport: i0, type: AnimationBuilder, decorators: [{
6464
type: Injectable,
6565
args: [{ providedIn: 'root', useFactory: () => inject(BrowserAnimationBuilder) }]
6666
}] });
@@ -100,10 +100,10 @@ class BrowserAnimationBuilder extends AnimationBuilder {
100100
issueAnimationCommand(this._renderer, null, id, 'register', [entry]);
101101
return new BrowserAnimationFactory(id, this._renderer);
102102
}
103-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-2348f26", ngImport: i0, type: BrowserAnimationBuilder, deps: [{ token: i0.RendererFactory2 }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
104-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-2348f26", ngImport: i0, type: BrowserAnimationBuilder, providedIn: 'root' });
103+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-5795e03", ngImport: i0, type: BrowserAnimationBuilder, deps: [{ token: i0.RendererFactory2 }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
104+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-5795e03", ngImport: i0, type: BrowserAnimationBuilder, providedIn: 'root' });
105105
}
106-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-2348f26", ngImport: i0, type: BrowserAnimationBuilder, decorators: [{
106+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-5795e03", ngImport: i0, type: BrowserAnimationBuilder, decorators: [{
107107
type: Injectable,
108108
args: [{ providedIn: 'root' }]
109109
}], ctorParameters: () => [{ type: i0.RendererFactory2 }, { type: Document, decorators: [{

fesm2022/browser.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.5+sha-2348f26
2+
* @license Angular v20.0.0-next.5+sha-5795e03
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/
@@ -53,10 +53,10 @@ class NoopAnimationDriver {
5353
animate(element, keyframes, duration, delay, easing, previousPlayers = [], scrubberAccessRequested) {
5454
return new NoopAnimationPlayer(duration, delay);
5555
}
56-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-2348f26", ngImport: i0, type: NoopAnimationDriver, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
57-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-2348f26", ngImport: i0, type: NoopAnimationDriver });
56+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-5795e03", ngImport: i0, type: NoopAnimationDriver, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
57+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-5795e03", ngImport: i0, type: NoopAnimationDriver });
5858
}
59-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-2348f26", ngImport: i0, type: NoopAnimationDriver, decorators: [{
59+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-5795e03", ngImport: i0, type: NoopAnimationDriver, decorators: [{
6060
type: Injectable
6161
}] });
6262
/**

fesm2022/browser/testing.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.5+sha-2348f26
2+
* @license Angular v20.0.0-next.5+sha-5795e03
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

fesm2022/private_export-DBN_2NMM.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.5+sha-2348f26
2+
* @license Angular v20.0.0-next.5+sha-5795e03
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

fesm2022/util-DIamNgWY.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.5+sha-2348f26
2+
* @license Angular v20.0.0-next.5+sha-5795e03
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.5+sha-2348f26
2+
* @license Angular v20.0.0-next.5+sha-5795e03
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/animations",
3-
"version": "20.0.0-next.5+sha-2348f26",
3+
"version": "20.0.0-next.5+sha-5795e03",
44
"description": "Angular - animations integration with web-animations",
55
"author": "angular",
66
"license": "MIT",
@@ -11,8 +11,8 @@
1111
"tslib": "^2.3.0"
1212
},
1313
"peerDependencies": {
14-
"@angular/core": "20.0.0-next.5+sha-2348f26",
15-
"@angular/common": "20.0.0-next.5+sha-2348f26"
14+
"@angular/core": "20.0.0-next.5+sha-5795e03",
15+
"@angular/common": "20.0.0-next.5+sha-5795e03"
1616
},
1717
"repository": {
1818
"type": "git",

0 commit comments

Comments
 (0)