Skip to content

Commit 82aef1d

Browse files
9658dd1 refactor(common): remove standalone: true (#58949)
1 parent d56d5fd commit 82aef1d

9 files changed

+94
-94
lines changed

BUILD_INFO

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Wed Dec 4 11:35:47 UTC 2024
2-
e894a5daea401b4e1173b0e66557ae40140eb9a0
1+
Wed Dec 4 11:48:27 UTC 2024
2+
9658dd1fe33329d00a2201b17d4fcc5b0a3307ae

fesm2022/router.mjs

+72-72
Large diffs are not rendered by default.

fesm2022/router.mjs.map

+1-1
Large diffs are not rendered by default.

fesm2022/testing.mjs

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v19.1.0-next.0+sha-e894a5d
2+
* @license Angular v19.1.0-next.0+sha-9658dd1
33
* (c) 2010-2024 Google LLC. https://angular.io/
44
* License: MIT
55
*/
@@ -59,16 +59,16 @@ class RouterTestingModule {
5959
],
6060
};
6161
}
62-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-e894a5d", ngImport: i0, type: RouterTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
63-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.0-next.0+sha-e894a5d", ngImport: i0, type: RouterTestingModule, exports: [RouterModule] });
64-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-e894a5d", ngImport: i0, type: RouterTestingModule, providers: [
62+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-9658dd1", ngImport: i0, type: RouterTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
63+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.0-next.0+sha-9658dd1", ngImport: i0, type: RouterTestingModule, exports: [RouterModule] });
64+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-9658dd1", ngImport: i0, type: RouterTestingModule, providers: [
6565
ɵROUTER_PROVIDERS,
6666
provideLocationMocks(),
6767
withPreloading(NoPreloading).ɵproviders,
6868
{ provide: ROUTES, multi: true, useValue: [] },
6969
], imports: [RouterModule] });
7070
}
71-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-e894a5d", ngImport: i0, type: RouterTestingModule, decorators: [{
71+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-9658dd1", ngImport: i0, type: RouterTestingModule, decorators: [{
7272
type: NgModule,
7373
args: [{
7474
exports: [RouterModule],
@@ -99,20 +99,20 @@ class RootFixtureService {
9999
this.fixture.detectChanges();
100100
return this.fixture;
101101
}
102-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-e894a5d", ngImport: i0, type: RootFixtureService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
103-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-e894a5d", ngImport: i0, type: RootFixtureService, providedIn: 'root' });
102+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-9658dd1", ngImport: i0, type: RootFixtureService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
103+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-9658dd1", ngImport: i0, type: RootFixtureService, providedIn: 'root' });
104104
}
105-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-e894a5d", ngImport: i0, type: RootFixtureService, decorators: [{
105+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-9658dd1", ngImport: i0, type: RootFixtureService, decorators: [{
106106
type: Injectable,
107107
args: [{ providedIn: 'root' }]
108108
}] });
109109
class RootCmp {
110110
outlet;
111111
routerOutletData = signal(undefined);
112-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-e894a5d", ngImport: i0, type: RootCmp, deps: [], target: i0.ɵɵFactoryTarget.Component });
113-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.0-next.0+sha-e894a5d", 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"] }] });
112+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-9658dd1", ngImport: i0, type: RootCmp, deps: [], target: i0.ɵɵFactoryTarget.Component });
113+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.0-next.0+sha-9658dd1", 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"] }] });
114114
}
115-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-e894a5d", ngImport: i0, type: RootCmp, decorators: [{
115+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-9658dd1", ngImport: i0, type: RootCmp, decorators: [{
116116
type: Component,
117117
args: [{
118118
standalone: true,

fesm2022/upgrade.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v19.1.0-next.0+sha-e894a5d
2+
* @license Angular v19.1.0-next.0+sha-9658dd1
33
* (c) 2010-2024 Google LLC. https://angular.io/
44
* License: MIT
55
*/

index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v19.1.0-next.0+sha-e894a5d
2+
* @license Angular v19.1.0-next.0+sha-9658dd1
33
* (c) 2010-2024 Google LLC. https://angular.io/
44
* License: MIT
55
*/

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/router",
3-
"version": "19.1.0-next.0+sha-e894a5d",
3+
"version": "19.1.0-next.0+sha-9658dd1",
44
"description": "Angular - the routing library",
55
"keywords": [
66
"angular",
@@ -24,9 +24,9 @@
2424
"tslib": "^2.3.0"
2525
},
2626
"peerDependencies": {
27-
"@angular/core": "19.1.0-next.0+sha-e894a5d",
28-
"@angular/common": "19.1.0-next.0+sha-e894a5d",
29-
"@angular/platform-browser": "19.1.0-next.0+sha-e894a5d",
27+
"@angular/core": "19.1.0-next.0+sha-9658dd1",
28+
"@angular/common": "19.1.0-next.0+sha-9658dd1",
29+
"@angular/platform-browser": "19.1.0-next.0+sha-9658dd1",
3030
"rxjs": "^6.5.3 || ^7.4.0"
3131
},
3232
"ng-update": {

testing/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v19.1.0-next.0+sha-e894a5d
2+
* @license Angular v19.1.0-next.0+sha-9658dd1
33
* (c) 2010-2024 Google LLC. https://angular.io/
44
* License: MIT
55
*/

upgrade/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v19.1.0-next.0+sha-e894a5d
2+
* @license Angular v19.1.0-next.0+sha-9658dd1
33
* (c) 2010-2024 Google LLC. https://angular.io/
44
* License: MIT
55
*/

0 commit comments

Comments
 (0)