Skip to content

Commit

Permalink
8d6ea5b docs: fix missing alert block styles in the API reference (#5…
Browse files Browse the repository at this point in the history
…9020)
  • Loading branch information
pkozlowski-opensource committed Dec 4, 2024
1 parent aa6288f commit 3928cda
Show file tree
Hide file tree
Showing 9 changed files with 94 additions and 94 deletions.
4 changes: 2 additions & 2 deletions BUILD_INFO
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Tue Dec 3 17:37:06 UTC 2024
f073bedda4f48e6c4e1848253324e43f01fc770e
Wed Dec 4 10:08:29 UTC 2024
8d6ea5bae32d8d2fb1db4e4620a6977ac77c559a
144 changes: 72 additions & 72 deletions fesm2022/router.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion fesm2022/router.mjs.map

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions fesm2022/testing.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v19.1.0-next.0+sha-f073bed
* @license Angular v19.1.0-next.0+sha-8d6ea5b
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down Expand Up @@ -59,16 +59,16 @@ class RouterTestingModule {
],
};
}
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-f073bed", ngImport: i0, type: RouterTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.0-next.0+sha-f073bed", ngImport: i0, type: RouterTestingModule, exports: [RouterModule] });
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-f073bed", ngImport: i0, type: RouterTestingModule, providers: [
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-8d6ea5b", ngImport: i0, type: RouterTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.0-next.0+sha-8d6ea5b", ngImport: i0, type: RouterTestingModule, exports: [RouterModule] });
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-8d6ea5b", ngImport: i0, type: RouterTestingModule, providers: [
ɵROUTER_PROVIDERS,
provideLocationMocks(),
withPreloading(NoPreloading).ɵproviders,
{ provide: ROUTES, multi: true, useValue: [] },
], imports: [RouterModule] });
}
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-f073bed", ngImport: i0, type: RouterTestingModule, decorators: [{
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-8d6ea5b", ngImport: i0, type: RouterTestingModule, decorators: [{
type: NgModule,
args: [{
exports: [RouterModule],
Expand Down Expand Up @@ -99,20 +99,20 @@ class RootFixtureService {
this.fixture.detectChanges();
return this.fixture;
}
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-f073bed", ngImport: i0, type: RootFixtureService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-f073bed", ngImport: i0, type: RootFixtureService, providedIn: 'root' });
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-8d6ea5b", ngImport: i0, type: RootFixtureService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-8d6ea5b", ngImport: i0, type: RootFixtureService, providedIn: 'root' });
}
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-f073bed", ngImport: i0, type: RootFixtureService, decorators: [{
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-8d6ea5b", ngImport: i0, type: RootFixtureService, decorators: [{
type: Injectable,
args: [{ providedIn: 'root' }]
}] });
class RootCmp {
outlet;
routerOutletData = signal(undefined);
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-f073bed", ngImport: i0, type: RootCmp, deps: [], target: i0.ɵɵFactoryTarget.Component });
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.0-next.0+sha-f073bed", 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"] }] });
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-8d6ea5b", ngImport: i0, type: RootCmp, deps: [], target: i0.ɵɵFactoryTarget.Component });
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.0-next.0+sha-8d6ea5b", 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"] }] });
}
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-f073bed", ngImport: i0, type: RootCmp, decorators: [{
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.0+sha-8d6ea5b", ngImport: i0, type: RootCmp, decorators: [{
type: Component,
args: [{
standalone: true,
Expand Down
2 changes: 1 addition & 1 deletion fesm2022/upgrade.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v19.1.0-next.0+sha-f073bed
* @license Angular v19.1.0-next.0+sha-8d6ea5b
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v19.1.0-next.0+sha-f073bed
* @license Angular v19.1.0-next.0+sha-8d6ea5b
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular/router",
"version": "19.1.0-next.0+sha-f073bed",
"version": "19.1.0-next.0+sha-8d6ea5b",
"description": "Angular - the routing library",
"keywords": [
"angular",
Expand All @@ -24,9 +24,9 @@
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular/core": "19.1.0-next.0+sha-f073bed",
"@angular/common": "19.1.0-next.0+sha-f073bed",
"@angular/platform-browser": "19.1.0-next.0+sha-f073bed",
"@angular/core": "19.1.0-next.0+sha-8d6ea5b",
"@angular/common": "19.1.0-next.0+sha-8d6ea5b",
"@angular/platform-browser": "19.1.0-next.0+sha-8d6ea5b",
"rxjs": "^6.5.3 || ^7.4.0"
},
"ng-update": {
Expand Down
2 changes: 1 addition & 1 deletion testing/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v19.1.0-next.0+sha-f073bed
* @license Angular v19.1.0-next.0+sha-8d6ea5b
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion upgrade/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v19.1.0-next.0+sha-f073bed
* @license Angular v19.1.0-next.0+sha-8d6ea5b
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down

0 comments on commit 3928cda

Please sign in to comment.