Skip to content

Commit b604f5d

Browse files
committed
28dd04a fix(devtools): regressions in component tree (#59873)
1 parent 00c248c commit b604f5d

File tree

9 files changed

+94
-94
lines changed

9 files changed

+94
-94
lines changed

BUILD_INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Wed Feb 12 17:14:14 UTC 2025
2-
b0266bda4ad4efd19710fd0363a50984f48269dc
1+
Wed Feb 12 17:29:37 UTC 2025
2+
28dd04a866c2a9dd4fe7774739bdd61c4d06cd77

fesm2022/router.mjs

Lines changed: 72 additions & 72 deletions
Large diffs are not rendered by default.

fesm2022/router.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fesm2022/testing.mjs

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v19.2.0-next.2+sha-b0266bd
2+
* @license Angular v19.2.0-next.2+sha-28dd04a
33
* (c) 2010-2024 Google LLC. https://angular.io/
44
* License: MIT
55
*/
@@ -50,16 +50,16 @@ class RouterTestingModule {
5050
],
5151
};
5252
}
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: [
5656
ɵROUTER_PROVIDERS,
5757
provideLocationMocks(),
5858
withPreloading(NoPreloading).ɵproviders,
5959
{ provide: ROUTES, multi: true, useValue: [] },
6060
], imports: [RouterModule] });
6161
}
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: [{
6363
type: NgModule,
6464
args: [{
6565
exports: [RouterModule],
@@ -90,20 +90,20 @@ class RootFixtureService {
9090
this.fixture.detectChanges();
9191
return this.fixture;
9292
}
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' });
9595
}
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: [{
9797
type: Injectable,
9898
args: [{ providedIn: 'root' }]
9999
}] });
100100
class RootCmp {
101101
outlet;
102102
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"] }] });
105105
}
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: [{
107107
type: Component,
108108
args: [{
109109
template: '<router-outlet [routerOutletData]="routerOutletData()"></router-outlet>',

fesm2022/upgrade.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v19.2.0-next.2+sha-b0266bd
2+
* @license Angular v19.2.0-next.2+sha-28dd04a
33
* (c) 2010-2024 Google LLC. https://angular.io/
44
* License: MIT
55
*/

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v19.2.0-next.2+sha-b0266bd
2+
* @license Angular v19.2.0-next.2+sha-28dd04a
33
* (c) 2010-2024 Google LLC. https://angular.io/
44
* License: MIT
55
*/

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/router",
3-
"version": "19.2.0-next.2+sha-b0266bd",
3+
"version": "19.2.0-next.2+sha-28dd04a",
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.2.0-next.2+sha-b0266bd",
28-
"@angular/common": "19.2.0-next.2+sha-b0266bd",
29-
"@angular/platform-browser": "19.2.0-next.2+sha-b0266bd",
27+
"@angular/core": "19.2.0-next.2+sha-28dd04a",
28+
"@angular/common": "19.2.0-next.2+sha-28dd04a",
29+
"@angular/platform-browser": "19.2.0-next.2+sha-28dd04a",
3030
"rxjs": "^6.5.3 || ^7.4.0"
3131
},
3232
"ng-update": {

testing/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v19.2.0-next.2+sha-b0266bd
2+
* @license Angular v19.2.0-next.2+sha-28dd04a
33
* (c) 2010-2024 Google LLC. https://angular.io/
44
* License: MIT
55
*/

upgrade/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v19.2.0-next.2+sha-b0266bd
2+
* @license Angular v19.2.0-next.2+sha-28dd04a
33
* (c) 2010-2024 Google LLC. https://angular.io/
44
* License: MIT
55
*/

0 commit comments

Comments
 (0)