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

Skip to content

Commit 23a23de

Browse files
316fabb docs: add a note about styles collision resolution (#59266) PR Close #59266
1 parent 64fa492 commit 23a23de

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-
Wed Apr 2 13:42:51 UTC 2025
2-
d3fec852dfa0013fc5b04800ff7a917ca13b38f6
1+
Wed Apr 2 14:04:00 UTC 2025
2+
316fabb814da5cca80591751232dcf10b511df21

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

0 commit comments

Comments
 (0)