fix AOT issue (remove unused attribute from html)

This commit is contained in:
Denys Vuika 2018-05-03 12:23:24 +01:00
parent 71ee4cf028
commit 61a4173ad3

View File

@ -1,6 +1,5 @@
<mat-slider
[(value)]="value"
[disabled]="disabled"
[min]="min"
[max]="max"
[step]="step"