Skip to content

Commit 0766b8b

Browse files
authored
docs(igx-date-range-picker): fix igxDateRange name (#7372)
1 parent 54cadfe commit 0766b8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ All notable changes for each version of this project will be documented in this
3838
```
3939
- `IgxDateRangePicker` component added.
4040
- Allows the selection of a range of dates from a calendar UI or input fields. Supports `dialog` and `dropdown` modes.
41-
- Added `IgxDateStartComponent` and `IgxDateEndComponent`.
41+
- Added `IgxDateRangeStartComponent` and `IgxDateRangeEndComponent`.
4242
- The default template consists of a single *readonly* field:
4343
```html
4444
<igx-date-range-picker [(ngModel)]="range"></igx-date-range-picker>

projects/igniteui-angular/src/lib/date-range-picker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The default initialization produces a single *readonly* input:
5151
<igx-date-range-picker [(ngModel)]="range"></igx-date-range-picker>
5252
```
5353

54-
With `IgxDateStartComponent`, `IgxDateEndComponent` and `IgxDateTimeEditorDirective` two *editable* inputs can be projected:
54+
With `IgxDateRangeStartComponent`, `IgxDateRangeEndComponent` and `IgxDateTimeEditorDirective` two *editable* inputs can be projected:
5555
```html
5656
<igx-date-range-picker>
5757
<igx-date-range-start>

0 commit comments

Comments
 (0)