Skip to content

Commit

Permalink
0513fbc docs: set syntax highlighting of code examples MD code blocks…
Browse files Browse the repository at this point in the history
… (#59026)
  • Loading branch information
pkozlowski-opensource committed Dec 4, 2024
1 parent 45c285b commit 0b428f1
Show file tree
Hide file tree
Showing 10 changed files with 194 additions and 194 deletions.
4 changes: 2 additions & 2 deletions BUILD_INFO
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Wed Dec 4 15:27:02 UTC 2024
dc7d555e42839bb9554f77732b213f51d7b09a1c
Wed Dec 4 16:36:07 UTC 2024
0513fbc9fc8d32a4b40e7908cae594754741e587
214 changes: 107 additions & 107 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.

24 changes: 12 additions & 12 deletions fesm2022/testing.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v19.1.0-next.1+sha-dc7d555
* @license Angular v19.1.0-next.1+sha-0513fbc
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down Expand Up @@ -30,7 +30,7 @@ function throwInvalidConfigError(parameter) {
* @usageNotes
* ### Example
*
* ```
* ```ts
* beforeEach(() => {
* TestBed.configureTestingModule({
* imports: [
Expand Down Expand Up @@ -59,16 +59,16 @@ class RouterTestingModule {
],
};
}
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.1+sha-dc7d555", ngImport: i0, type: RouterTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.0-next.1+sha-dc7d555", ngImport: i0, type: RouterTestingModule, exports: [RouterModule] });
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.0-next.1+sha-dc7d555", ngImport: i0, type: RouterTestingModule, providers: [
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.1+sha-0513fbc", ngImport: i0, type: RouterTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.0-next.1+sha-0513fbc", ngImport: i0, type: RouterTestingModule, exports: [RouterModule] });
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.0-next.1+sha-0513fbc", 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.1+sha-dc7d555", ngImport: i0, type: RouterTestingModule, decorators: [{
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.1+sha-0513fbc", 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.1+sha-dc7d555", ngImport: i0, type: RootFixtureService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.0-next.1+sha-dc7d555", ngImport: i0, type: RootFixtureService, providedIn: 'root' });
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.1+sha-0513fbc", ngImport: i0, type: RootFixtureService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.0-next.1+sha-0513fbc", ngImport: i0, type: RootFixtureService, providedIn: 'root' });
}
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.1+sha-dc7d555", ngImport: i0, type: RootFixtureService, decorators: [{
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.1+sha-0513fbc", 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.1+sha-dc7d555", ngImport: i0, type: RootCmp, deps: [], target: i0.ɵɵFactoryTarget.Component });
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.0-next.1+sha-dc7d555", 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.1+sha-0513fbc", ngImport: i0, type: RootCmp, deps: [], target: i0.ɵɵFactoryTarget.Component });
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.0-next.1+sha-0513fbc", 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.1+sha-dc7d555", ngImport: i0, type: RootCmp, decorators: [{
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.1+sha-0513fbc", ngImport: i0, type: RootCmp, decorators: [{
type: Component,
args: [{
standalone: true,
Expand Down
2 changes: 1 addition & 1 deletion fesm2022/testing.mjs.map

Large diffs are not rendered by default.

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.1+sha-dc7d555
* @license Angular v19.1.0-next.1+sha-0513fbc
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
Loading

0 comments on commit 0b428f1

Please sign in to comment.