Skip to content

Commit edede0b

Browse files
committed
fixup! docs: write slider section of mdc-migration guide
1 parent 2d4ef51 commit edede0b

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
@@ -524,7 +524,9 @@ DOM and CSS of the components, you may need to tweak some of your application's
524524
multiple values.
525525

526526
* The new `discrete` property on the `<mat-slider>` now controls whether the slider has tick marks
527-
and a value indicator tooltip. It replaces `thumbLabel` and `tickInterval`.
527+
and a value indicator tooltip. It replaces `thumbLabel`.
528+
529+
* The `tickInterval` property has been replaced with the boolean `showTickMarks` and `step`.
528530

529531
* The `displayValue` property has been replaced by `displayWith`.
530532

0 commit comments

Comments
 (0)