Skip to content

Commit c47695d

Browse files
committed
main - 6beab1c docs(material/datepicker): Fixed typo in date-range-picker-selection-strategy-example (#29780)
1 parent b2a95ab commit c47695d

File tree

8 files changed

+15
-15
lines changed

8 files changed

+15
-15
lines changed

docs-content/examples-highlighted/material/datepicker/date-range-picker-selection-strategy/date-range-picker-selection-strategy-example-ts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
}
3232
}
3333

34-
<span class="hljs-comment">/** <span class="hljs-doctag">@title </span>Date range picker with custom a selection strategy */</span>
34+
<span class="hljs-comment">/** <span class="hljs-doctag">@title </span>Date range picker with a custom selection strategy */</span>
3535
<span class="hljs-meta">@Component</span>({
3636
<span class="hljs-attr">selector</span>: <span class="hljs-string">&#x27;date-range-picker-selection-strategy-example&#x27;</span>,
3737
<span class="hljs-attr">templateUrl</span>: <span class="hljs-string">&#x27;date-range-picker-selection-strategy-example.html&#x27;</span>,

docs-content/examples-source/material/datepicker/date-range-picker-selection-strategy/date-range-picker-selection-strategy-example.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export class FiveDayRangeSelectionStrategy<D> implements MatDateRangeSelectionSt
3131
}
3232
}
3333

34-
/** @title Date range picker with custom a selection strategy */
34+
/** @title Date range picker with a custom selection strategy */
3535
@Component({
3636
selector: 'date-range-picker-selection-strategy-example',
3737
templateUrl: 'date-range-picker-selection-strategy-example.html',

fesm2022/components-examples.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1975,7 +1975,7 @@ const EXAMPLE_COMPONENTS = {
19751975
},
19761976
"date-range-picker-selection-strategy": {
19771977
"packagePath": "material/datepicker/date-range-picker-selection-strategy",
1978-
"title": "Date range picker with custom a selection strategy",
1978+
"title": "Date range picker with a custom selection strategy",
19791979
"componentName": "DateRangePickerSelectionStrategyExample",
19801980
"files": [
19811981
"date-range-picker-selection-strategy-example.ts",

fesm2022/components-examples.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/material/datepicker.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class FiveDayRangeSelectionStrategy {
9999
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0-next.3", ngImport: i0, type: FiveDayRangeSelectionStrategy, decorators: [{
100100
type: Injectable
101101
}] });
102-
/** @title Date range picker with custom a selection strategy */
102+
/** @title Date range picker with a custom selection strategy */
103103
class DateRangePickerSelectionStrategyExample {
104104
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0-next.3", ngImport: i0, type: DateRangePickerSelectionStrategyExample, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
105105
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.0-next.3", type: DateRangePickerSelectionStrategyExample, isStandalone: true, selector: "date-range-picker-selection-strategy-example", providers: [

fesm2022/material/datepicker.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.

material/datepicker/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ export declare class DateRangePickerOverviewExample {
193193
static ɵcmp: i0.ɵɵComponentDeclaration<DateRangePickerOverviewExample, "date-range-picker-overview-example", never, {}, {}, never, never, true, never>;
194194
}
195195

196-
/** @title Date range picker with custom a selection strategy */
196+
/** @title Date range picker with a custom selection strategy */
197197
export declare class DateRangePickerSelectionStrategyExample {
198198
static ɵfac: i0.ɵɵFactoryDeclaration<DateRangePickerSelectionStrategyExample, never>;
199199
static ɵcmp: i0.ɵɵComponentDeclaration<DateRangePickerSelectionStrategyExample, "date-range-picker-selection-strategy-example", never, {}, {}, never, never, true, never>;

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/components-examples",
3-
"version": "19.0.0-next.5+sha-4adc372",
3+
"version": "19.0.0-next.5+sha-6beab1c",
44
"description": "Angular Components Examples",
55
"private": true,
66
"repository": {
@@ -255,15 +255,15 @@
255255
},
256256
"homepage": "https://github.com/angular/components#readme",
257257
"peerDependencies": {
258-
"@angular/cdk": "19.0.0-next.5+sha-4adc372",
259-
"@angular/cdk-experimental": "19.0.0-next.5+sha-4adc372",
258+
"@angular/cdk": "19.0.0-next.5+sha-6beab1c",
259+
"@angular/cdk-experimental": "19.0.0-next.5+sha-6beab1c",
260260
"@angular/core": "^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0",
261261
"@angular/common": "^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0",
262-
"@angular/material": "19.0.0-next.5+sha-4adc372",
263-
"@angular/material-experimental": "19.0.0-next.5+sha-4adc372",
264-
"@angular/material-moment-adapter": "19.0.0-next.5+sha-4adc372",
265-
"@angular/material-luxon-adapter": "19.0.0-next.5+sha-4adc372",
266-
"@angular/material-date-fns-adapter": "19.0.0-next.5+sha-4adc372"
262+
"@angular/material": "19.0.0-next.5+sha-6beab1c",
263+
"@angular/material-experimental": "19.0.0-next.5+sha-6beab1c",
264+
"@angular/material-moment-adapter": "19.0.0-next.5+sha-6beab1c",
265+
"@angular/material-luxon-adapter": "19.0.0-next.5+sha-6beab1c",
266+
"@angular/material-date-fns-adapter": "19.0.0-next.5+sha-6beab1c"
267267
},
268268
"dependencies": {
269269
"tslib": "^2.3.0"

0 commit comments

Comments
 (0)