|
1 | 1 | /** |
2 | | - * @license Angular v19.0.0-next.6+sha-4112e6f |
| 2 | + * @license Angular v19.0.0-next.6+sha-88f2fe4 |
3 | 3 | * (c) 2010-2024 Google LLC. https://angular.io/ |
4 | 4 | * License: MIT |
5 | 5 | */ |
@@ -59,16 +59,16 @@ class RouterTestingModule { |
59 | 59 | ], |
60 | 60 | }; |
61 | 61 | } |
62 | | - static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.6+sha-4112e6f", ngImport: i0, type: RouterTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); } |
63 | | - static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.0-next.6+sha-4112e6f", ngImport: i0, type: RouterTestingModule, exports: [RouterModule] }); } |
64 | | - static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.0-next.6+sha-4112e6f", ngImport: i0, type: RouterTestingModule, providers: [ |
| 62 | + static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.6+sha-88f2fe4", ngImport: i0, type: RouterTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); } |
| 63 | + static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.0-next.6+sha-88f2fe4", ngImport: i0, type: RouterTestingModule, exports: [RouterModule] }); } |
| 64 | + static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.0-next.6+sha-88f2fe4", ngImport: i0, type: RouterTestingModule, providers: [ |
65 | 65 | ɵROUTER_PROVIDERS, |
66 | 66 | provideLocationMocks(), |
67 | 67 | withPreloading(NoPreloading).ɵproviders, |
68 | 68 | { provide: ROUTES, multi: true, useValue: [] }, |
69 | 69 | ], imports: [RouterModule] }); } |
70 | 70 | } |
71 | | -i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.6+sha-4112e6f", ngImport: i0, type: RouterTestingModule, decorators: [{ |
| 71 | +i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.6+sha-88f2fe4", ngImport: i0, type: RouterTestingModule, decorators: [{ |
72 | 72 | type: NgModule, |
73 | 73 | args: [{ |
74 | 74 | exports: [RouterModule], |
@@ -97,21 +97,21 @@ class RootFixtureService { |
97 | 97 | this.fixture.detectChanges(); |
98 | 98 | return this.fixture; |
99 | 99 | } |
100 | | - static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.6+sha-4112e6f", ngImport: i0, type: RootFixtureService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); } |
101 | | - static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.0-next.6+sha-4112e6f", ngImport: i0, type: RootFixtureService, providedIn: 'root' }); } |
| 100 | + static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.6+sha-88f2fe4", ngImport: i0, type: RootFixtureService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); } |
| 101 | + static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.0-next.6+sha-88f2fe4", ngImport: i0, type: RootFixtureService, providedIn: 'root' }); } |
102 | 102 | } |
103 | | -i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.6+sha-4112e6f", ngImport: i0, type: RootFixtureService, decorators: [{ |
| 103 | +i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.6+sha-88f2fe4", ngImport: i0, type: RootFixtureService, decorators: [{ |
104 | 104 | type: Injectable, |
105 | 105 | args: [{ providedIn: 'root' }] |
106 | 106 | }] }); |
107 | 107 | class RootCmp { |
108 | 108 | constructor() { |
109 | 109 | this.routerOutletData = signal(undefined); |
110 | 110 | } |
111 | | - static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.6+sha-4112e6f", ngImport: i0, type: RootCmp, deps: [], target: i0.ɵɵFactoryTarget.Component }); } |
112 | | - static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.0-next.6+sha-4112e6f", 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"] }] }); } |
| 111 | + static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.6+sha-88f2fe4", ngImport: i0, type: RootCmp, deps: [], target: i0.ɵɵFactoryTarget.Component }); } |
| 112 | + static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.0-next.6+sha-88f2fe4", 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"] }] }); } |
113 | 113 | } |
114 | | -i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.6+sha-4112e6f", ngImport: i0, type: RootCmp, decorators: [{ |
| 114 | +i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.6+sha-88f2fe4", ngImport: i0, type: RootCmp, decorators: [{ |
115 | 115 | type: Component, |
116 | 116 | args: [{ |
117 | 117 | standalone: true, |
|
0 commit comments