Skip to content

Commit 61f92a2

Browse files
d9707e1 refactor(core): drop DEFER_BLOCK_DEPENDENCY_INTERCEPTOR in production (#59381)
1 parent 4537152 commit 61f92a2

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-
Tue Jan 7 17:12:39 UTC 2025
2-
52a6710f54bcec81f4cde23a78b9f78d038156c5
1+
Tue Jan 7 20:20:24 UTC 2025
2+
d9707e1127f5b48ce593906c7b448ed9fef5d0cc

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.1.0-next.4+sha-52a6710
2+
* @license Angular v19.1.0-next.4+sha-d9707e1
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.4+sha-52a6710", ngImport: i0, type: RouterTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
63-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.0-next.4+sha-52a6710", ngImport: i0, type: RouterTestingModule, exports: [RouterModule] });
64-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.0-next.4+sha-52a6710", ngImport: i0, type: RouterTestingModule, providers: [
62+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.4+sha-d9707e1", ngImport: i0, type: RouterTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
63+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.0-next.4+sha-d9707e1", ngImport: i0, type: RouterTestingModule, exports: [RouterModule] });
64+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.0-next.4+sha-d9707e1", 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.4+sha-52a6710", ngImport: i0, type: RouterTestingModule, decorators: [{
71+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.4+sha-d9707e1", 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.4+sha-52a6710", ngImport: i0, type: RootFixtureService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
103-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.0-next.4+sha-52a6710", ngImport: i0, type: RootFixtureService, providedIn: 'root' });
102+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.4+sha-d9707e1", ngImport: i0, type: RootFixtureService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
103+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.0-next.4+sha-d9707e1", ngImport: i0, type: RootFixtureService, providedIn: 'root' });
104104
}
105-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.4+sha-52a6710", ngImport: i0, type: RootFixtureService, decorators: [{
105+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.4+sha-d9707e1", 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.4+sha-52a6710", ngImport: i0, type: RootCmp, deps: [], target: i0.ɵɵFactoryTarget.Component });
113-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.0-next.4+sha-52a6710", 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.4+sha-d9707e1", ngImport: i0, type: RootCmp, deps: [], target: i0.ɵɵFactoryTarget.Component });
113+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.0-next.4+sha-d9707e1", 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.4+sha-52a6710", ngImport: i0, type: RootCmp, decorators: [{
115+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.4+sha-d9707e1", ngImport: i0, type: RootCmp, decorators: [{
116116
type: Component,
117117
args: [{
118118
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.1.0-next.4+sha-52a6710
2+
* @license Angular v19.1.0-next.4+sha-d9707e1
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.1.0-next.4+sha-52a6710
2+
* @license Angular v19.1.0-next.4+sha-d9707e1
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.1.0-next.4+sha-52a6710",
3+
"version": "19.1.0-next.4+sha-d9707e1",
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.4+sha-52a6710",
28-
"@angular/common": "19.1.0-next.4+sha-52a6710",
29-
"@angular/platform-browser": "19.1.0-next.4+sha-52a6710",
27+
"@angular/core": "19.1.0-next.4+sha-d9707e1",
28+
"@angular/common": "19.1.0-next.4+sha-d9707e1",
29+
"@angular/platform-browser": "19.1.0-next.4+sha-d9707e1",
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.1.0-next.4+sha-52a6710
2+
* @license Angular v19.1.0-next.4+sha-d9707e1
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.1.0-next.4+sha-52a6710
2+
* @license Angular v19.1.0-next.4+sha-d9707e1
33
* (c) 2010-2024 Google LLC. https://angular.io/
44
* License: MIT
55
*/

0 commit comments

Comments
 (0)