File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
projects/igniteui-angular/src/lib/date-range-picker Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments