|
1 | 1 | /**
|
2 |
| - * @license Angular v20.0.0-next.4+sha-d3fec85 |
| 2 | + * @license Angular v20.0.0-next.4+sha-316fabb |
3 | 3 | * (c) 2010-2025 Google LLC. https://angular.io/
|
4 | 4 | * License: MIT
|
5 | 5 | */
|
@@ -57,10 +57,10 @@ export { d as AUTO_STYLE, A as AnimationMetadataType, N as NoopAnimationPlayer,
|
57 | 57 | * @publicApi
|
58 | 58 | */
|
59 | 59 | 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) }); |
62 | 62 | }
|
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: [{ |
64 | 64 | type: Injectable,
|
65 | 65 | args: [{ providedIn: 'root', useFactory: () => inject(BrowserAnimationBuilder) }]
|
66 | 66 | }] });
|
@@ -100,10 +100,10 @@ class BrowserAnimationBuilder extends AnimationBuilder {
|
100 | 100 | issueAnimationCommand(this._renderer, null, id, 'register', [entry]);
|
101 | 101 | return new BrowserAnimationFactory(id, this._renderer);
|
102 | 102 | }
|
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' }); |
105 | 105 | }
|
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: [{ |
107 | 107 | type: Injectable,
|
108 | 108 | args: [{ providedIn: 'root' }]
|
109 | 109 | }], ctorParameters: () => [{ type: i0.RendererFactory2 }, { type: Document, decorators: [{
|
|
0 commit comments