|
1 | 1 | /** |
2 | | - * @license Angular v19.2.0-next.2+sha-b0266bd |
| 2 | + * @license Angular v19.2.0-next.2+sha-28dd04a |
3 | 3 | * (c) 2010-2024 Google LLC. https://angular.io/ |
4 | 4 | * License: MIT |
5 | 5 | */ |
@@ -50,16 +50,16 @@ class RouterTestingModule { |
50 | 50 | ], |
51 | 51 | }; |
52 | 52 | } |
53 | | - static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0-next.2+sha-b0266bd", ngImport: i0, type: RouterTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); |
54 | | - static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.0-next.2+sha-b0266bd", ngImport: i0, type: RouterTestingModule, exports: [RouterModule] }); |
55 | | - static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.0-next.2+sha-b0266bd", ngImport: i0, type: RouterTestingModule, providers: [ |
| 53 | + static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0-next.2+sha-28dd04a", ngImport: i0, type: RouterTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); |
| 54 | + static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.0-next.2+sha-28dd04a", ngImport: i0, type: RouterTestingModule, exports: [RouterModule] }); |
| 55 | + static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.0-next.2+sha-28dd04a", ngImport: i0, type: RouterTestingModule, providers: [ |
56 | 56 | ɵROUTER_PROVIDERS, |
57 | 57 | provideLocationMocks(), |
58 | 58 | withPreloading(NoPreloading).ɵproviders, |
59 | 59 | { provide: ROUTES, multi: true, useValue: [] }, |
60 | 60 | ], imports: [RouterModule] }); |
61 | 61 | } |
62 | | -i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0-next.2+sha-b0266bd", ngImport: i0, type: RouterTestingModule, decorators: [{ |
| 62 | +i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0-next.2+sha-28dd04a", ngImport: i0, type: RouterTestingModule, decorators: [{ |
63 | 63 | type: NgModule, |
64 | 64 | args: [{ |
65 | 65 | exports: [RouterModule], |
@@ -90,20 +90,20 @@ class RootFixtureService { |
90 | 90 | this.fixture.detectChanges(); |
91 | 91 | return this.fixture; |
92 | 92 | } |
93 | | - static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0-next.2+sha-b0266bd", ngImport: i0, type: RootFixtureService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); |
94 | | - static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.0-next.2+sha-b0266bd", ngImport: i0, type: RootFixtureService, providedIn: 'root' }); |
| 93 | + static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0-next.2+sha-28dd04a", ngImport: i0, type: RootFixtureService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); |
| 94 | + static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.0-next.2+sha-28dd04a", ngImport: i0, type: RootFixtureService, providedIn: 'root' }); |
95 | 95 | } |
96 | | -i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0-next.2+sha-b0266bd", ngImport: i0, type: RootFixtureService, decorators: [{ |
| 96 | +i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0-next.2+sha-28dd04a", ngImport: i0, type: RootFixtureService, decorators: [{ |
97 | 97 | type: Injectable, |
98 | 98 | args: [{ providedIn: 'root' }] |
99 | 99 | }] }); |
100 | 100 | class RootCmp { |
101 | 101 | outlet; |
102 | 102 | routerOutletData = signal(undefined); |
103 | | - static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0-next.2+sha-b0266bd", ngImport: i0, type: RootCmp, deps: [], target: i0.ɵɵFactoryTarget.Component }); |
104 | | - static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.0-next.2+sha-b0266bd", type: RootCmp, isStandalone: true, selector: "ng-component", viewQueries: [{ propertyName: "outlet", first: true, predicate: RouterOutlet, descendants: true }], ngImport: i0, template: '<router-outlet [routerOutletData]="routerOutletData()"></router-outlet>', isInline: true, dependencies: [{ kind: "directive", type: RouterOutlet, selector: "router-outlet", inputs: ["name", "routerOutletData"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }] }); |
| 103 | + static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0-next.2+sha-28dd04a", ngImport: i0, type: RootCmp, deps: [], target: i0.ɵɵFactoryTarget.Component }); |
| 104 | + static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.0-next.2+sha-28dd04a", type: RootCmp, isStandalone: true, selector: "ng-component", viewQueries: [{ propertyName: "outlet", first: true, predicate: RouterOutlet, descendants: true }], ngImport: i0, template: '<router-outlet [routerOutletData]="routerOutletData()"></router-outlet>', isInline: true, dependencies: [{ kind: "directive", type: RouterOutlet, selector: "router-outlet", inputs: ["name", "routerOutletData"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }] }); |
105 | 105 | } |
106 | | -i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0-next.2+sha-b0266bd", ngImport: i0, type: RootCmp, decorators: [{ |
| 106 | +i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0-next.2+sha-28dd04a", ngImport: i0, type: RootCmp, decorators: [{ |
107 | 107 | type: Component, |
108 | 108 | args: [{ |
109 | 109 | template: '<router-outlet [routerOutletData]="routerOutletData()"></router-outlet>', |
|
0 commit comments