Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a738f88

Browse files
committed
1899358 refactor(common): Add hashchange event for traversals (#60682)
1 parent b9a164a commit a738f88

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 22:54:04 UTC 2025
2-
1765ebf7c466127b463f06cc423bde99c668603a
1+
Fri Apr 4 00:02:34 UTC 2025
2+
189935810cd7ecefcfd1949951fc6b69d3d9d570

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-1765ebf
2+
* @license Angular v20.0.0-next.5+sha-1899358
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-1765ebf
2+
* @license Angular v20.0.0-next.5+sha-1899358
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-1765ebf
2+
* @license Angular v20.0.0-next.5+sha-1899358
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-1765ebf
2+
* @license Angular v20.0.0-next.5+sha-1899358
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-1765ebf
2+
* @license Angular v20.0.0-next.5+sha-1899358
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-1765ebf", 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-1765ebf", 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-1899358", 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-1899358", ngImport: i0, type: AnimationBuilder, providedIn: 'root', useFactory: () => inject(BrowserAnimationBuilder) });
6262
}
63-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1765ebf", ngImport: i0, type: AnimationBuilder, decorators: [{
63+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1899358", 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-1765ebf", 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-1765ebf", ngImport: i0, type: BrowserAnimationBuilder, providedIn: 'root' });
103+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1899358", 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-1899358", ngImport: i0, type: BrowserAnimationBuilder, providedIn: 'root' });
105105
}
106-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1765ebf", ngImport: i0, type: BrowserAnimationBuilder, decorators: [{
106+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1899358", 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-1765ebf
2+
* @license Angular v20.0.0-next.5+sha-1899358
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-1765ebf", 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-1765ebf", ngImport: i0, type: NoopAnimationDriver });
56+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1899358", 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-1899358", ngImport: i0, type: NoopAnimationDriver });
5858
}
59-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1765ebf", ngImport: i0, type: NoopAnimationDriver, decorators: [{
59+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5+sha-1899358", 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-1765ebf
2+
* @license Angular v20.0.0-next.5+sha-1899358
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-1765ebf
2+
* @license Angular v20.0.0-next.5+sha-1899358
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-1765ebf
2+
* @license Angular v20.0.0-next.5+sha-1899358
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

0 commit comments

Comments
 (0)