|
1 | 1 | /**
|
2 |
| - * @license Angular v20.0.0-next.0+sha-6c9247c |
| 2 | + * @license Angular v20.0.0-next.0+sha-f2d5cf7 |
3 | 3 | * (c) 2010-2024 Google LLC. https://angular.io/
|
4 | 4 | * License: MIT
|
5 | 5 | */
|
@@ -982,10 +982,10 @@ function stagger(timings, animation) {
|
982 | 982 | * @publicApi
|
983 | 983 | */
|
984 | 984 | class AnimationBuilder {
|
985 |
| - static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.0+sha-6c9247c", ngImport: i0, type: AnimationBuilder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); |
986 |
| - static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.0+sha-6c9247c", ngImport: i0, type: AnimationBuilder, providedIn: 'root', useFactory: () => inject(BrowserAnimationBuilder) }); |
| 985 | + static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.0+sha-f2d5cf7", ngImport: i0, type: AnimationBuilder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); |
| 986 | + static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.0+sha-f2d5cf7", ngImport: i0, type: AnimationBuilder, providedIn: 'root', useFactory: () => inject(BrowserAnimationBuilder) }); |
987 | 987 | }
|
988 |
| -i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.0+sha-6c9247c", ngImport: i0, type: AnimationBuilder, decorators: [{ |
| 988 | +i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.0+sha-f2d5cf7", ngImport: i0, type: AnimationBuilder, decorators: [{ |
989 | 989 | type: Injectable,
|
990 | 990 | args: [{ providedIn: 'root', useFactory: () => inject(BrowserAnimationBuilder) }]
|
991 | 991 | }] });
|
@@ -1025,10 +1025,10 @@ class BrowserAnimationBuilder extends AnimationBuilder {
|
1025 | 1025 | issueAnimationCommand(this._renderer, null, id, 'register', [entry]);
|
1026 | 1026 | return new BrowserAnimationFactory(id, this._renderer);
|
1027 | 1027 | }
|
1028 |
| - static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.0+sha-6c9247c", ngImport: i0, type: BrowserAnimationBuilder, deps: [{ token: i0.RendererFactory2 }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable }); |
1029 |
| - static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.0+sha-6c9247c", ngImport: i0, type: BrowserAnimationBuilder, providedIn: 'root' }); |
| 1028 | + static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.0+sha-f2d5cf7", ngImport: i0, type: BrowserAnimationBuilder, deps: [{ token: i0.RendererFactory2 }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable }); |
| 1029 | + static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.0+sha-f2d5cf7", ngImport: i0, type: BrowserAnimationBuilder, providedIn: 'root' }); |
1030 | 1030 | }
|
1031 |
| -i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.0+sha-6c9247c", ngImport: i0, type: BrowserAnimationBuilder, decorators: [{ |
| 1031 | +i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.0+sha-f2d5cf7", ngImport: i0, type: BrowserAnimationBuilder, decorators: [{ |
1032 | 1032 | type: Injectable,
|
1033 | 1033 | args: [{ providedIn: 'root' }]
|
1034 | 1034 | }], ctorParameters: () => [{ type: i0.RendererFactory2 }, { type: Document, decorators: [{
|
|
0 commit comments