Skip to content

Commit 56ac8d7

Browse files
committed
491b0a4 fix(core): Remove duplicate reporting of errors in CDR.detectChanges (#60056)
1 parent 47381b4 commit 56ac8d7

File tree

11 files changed

+78
-78
lines changed

11 files changed

+78
-78
lines changed

BUILD_INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Tue Feb 25 16:17:00 UTC 2025
2-
af2e79eb41652faf921bed8ded88a191b823cd55
1+
Tue Feb 25 17:26:48 UTC 2025
2+
491b0a4ead98822c767543e1f1c8046ed9d1be20

animations/async/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.0+sha-af2e79e
2+
* @license Angular v20.0.0-next.0+sha-491b0a4
33
* (c) 2010-2024 Google LLC. https://angular.io/
44
* License: MIT
55
*/

animations/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.0+sha-af2e79e
2+
* @license Angular v20.0.0-next.0+sha-491b0a4
33
* (c) 2010-2024 Google LLC. https://angular.io/
44
* License: MIT
55
*/

fesm2022/animations.mjs

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.0+sha-af2e79e
2+
* @license Angular v20.0.0-next.0+sha-491b0a4
33
* (c) 2010-2024 Google LLC. https://angular.io/
44
* License: MIT
55
*/
@@ -22,10 +22,10 @@ class InjectableAnimationEngine extends ɵAnimationEngine {
2222
ngOnDestroy() {
2323
this.flush();
2424
}
25-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.0+sha-af2e79e", ngImport: i0, type: InjectableAnimationEngine, deps: [{ token: DOCUMENT }, { token: i1.AnimationDriver }, { token: i1.ɵAnimationStyleNormalizer }], target: i0.ɵɵFactoryTarget.Injectable });
26-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.0+sha-af2e79e", ngImport: i0, type: InjectableAnimationEngine });
25+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.0+sha-491b0a4", ngImport: i0, type: InjectableAnimationEngine, deps: [{ token: DOCUMENT }, { token: i1.AnimationDriver }, { token: i1.ɵAnimationStyleNormalizer }], target: i0.ɵɵFactoryTarget.Injectable });
26+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.0+sha-491b0a4", ngImport: i0, type: InjectableAnimationEngine });
2727
}
28-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.0+sha-af2e79e", ngImport: i0, type: InjectableAnimationEngine, decorators: [{
28+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.0+sha-491b0a4", ngImport: i0, type: InjectableAnimationEngine, decorators: [{
2929
type: Injectable
3030
}], ctorParameters: () => [{ type: Document, decorators: [{
3131
type: Inject,
@@ -104,11 +104,11 @@ class BrowserAnimationsModule {
104104
: BROWSER_ANIMATIONS_PROVIDERS,
105105
};
106106
}
107-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.0+sha-af2e79e", ngImport: i0, type: BrowserAnimationsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
108-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.0-next.0+sha-af2e79e", ngImport: i0, type: BrowserAnimationsModule, exports: [BrowserModule] });
109-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.0-next.0+sha-af2e79e", ngImport: i0, type: BrowserAnimationsModule, providers: BROWSER_ANIMATIONS_PROVIDERS, imports: [BrowserModule] });
107+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.0+sha-491b0a4", ngImport: i0, type: BrowserAnimationsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
108+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.0-next.0+sha-491b0a4", ngImport: i0, type: BrowserAnimationsModule, exports: [BrowserModule] });
109+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.0-next.0+sha-491b0a4", ngImport: i0, type: BrowserAnimationsModule, providers: BROWSER_ANIMATIONS_PROVIDERS, imports: [BrowserModule] });
110110
}
111-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.0+sha-af2e79e", ngImport: i0, type: BrowserAnimationsModule, decorators: [{
111+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.0+sha-491b0a4", ngImport: i0, type: BrowserAnimationsModule, decorators: [{
112112
type: NgModule,
113113
args: [{
114114
exports: [BrowserModule],
@@ -148,11 +148,11 @@ function provideAnimations() {
148148
* @publicApi
149149
*/
150150
class NoopAnimationsModule {
151-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.0+sha-af2e79e", ngImport: i0, type: NoopAnimationsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
152-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.0-next.0+sha-af2e79e", ngImport: i0, type: NoopAnimationsModule, exports: [BrowserModule] });
153-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.0-next.0+sha-af2e79e", ngImport: i0, type: NoopAnimationsModule, providers: BROWSER_NOOP_ANIMATIONS_PROVIDERS, imports: [BrowserModule] });
151+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.0+sha-491b0a4", ngImport: i0, type: NoopAnimationsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
152+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.0-next.0+sha-491b0a4", ngImport: i0, type: NoopAnimationsModule, exports: [BrowserModule] });
153+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.0-next.0+sha-491b0a4", ngImport: i0, type: NoopAnimationsModule, providers: BROWSER_NOOP_ANIMATIONS_PROVIDERS, imports: [BrowserModule] });
154154
}
155-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.0+sha-af2e79e", ngImport: i0, type: NoopAnimationsModule, decorators: [{
155+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.0+sha-491b0a4", ngImport: i0, type: NoopAnimationsModule, decorators: [{
156156
type: NgModule,
157157
args: [{
158158
exports: [BrowserModule],

fesm2022/animations/async.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.0+sha-af2e79e
2+
* @license Angular v20.0.0-next.0+sha-491b0a4
33
* (c) 2010-2024 Google LLC. https://angular.io/
44
* License: MIT
55
*/
@@ -131,10 +131,10 @@ class AsyncAnimationRendererFactory {
131131
this._engine?.flush();
132132
this.delegate.componentReplaced?.(componentId);
133133
}
134-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.0+sha-af2e79e", ngImport: i0, type: AsyncAnimationRendererFactory, deps: "invalid", target: i0.ɵɵFactoryTarget.Injectable });
135-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.0+sha-af2e79e", ngImport: i0, type: AsyncAnimationRendererFactory });
134+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.0+sha-491b0a4", ngImport: i0, type: AsyncAnimationRendererFactory, deps: "invalid", target: i0.ɵɵFactoryTarget.Injectable });
135+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.0+sha-491b0a4", ngImport: i0, type: AsyncAnimationRendererFactory });
136136
}
137-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.0+sha-af2e79e", ngImport: i0, type: AsyncAnimationRendererFactory, decorators: [{
137+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.0+sha-491b0a4", ngImport: i0, type: AsyncAnimationRendererFactory, decorators: [{
138138
type: Injectable
139139
}], ctorParameters: () => [{ type: Document }, { type: i0.RendererFactory2 }, { type: i0.NgZone }, { type: undefined }, { type: Promise }] });
140140
/**

0 commit comments

Comments
 (0)