Skip to content

Commit 0b3359c

Browse files
committed
fixup! docs: write slider section of mdc-migration guide
1 parent 2c220ad commit 0b3359c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

guides/v15-mdc-migration.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,9 @@ DOM and CSS of the components, you may need to tweak some of your application's
535535
multiple values.
536536

537537
* The new `discrete` property on the `<mat-slider>` now controls whether the slider has tick marks
538-
and a value indicator tooltip. It replaces `thumbLabel` and `tickInterval`.
538+
and a value indicator tooltip. It replaces `thumbLabel`.
539+
540+
* The `tickInterval` property has been replaced with the boolean `showTickMarks` and `step`.
539541

540542
* The `displayValue` property has been replaced by `displayWith`.
541543

0 commit comments

Comments
 (0)