You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You have to specify start property in config like specified in error.
My Example: <nouislider #slider [config]="sliderConfig" formControlName="myControlName" [(ngModel)]="rangeValues" (ngModelChange)="onChange($event)"></nouislider>
TypeScript:
Using
[formControl]
works fine:But
formControlName
doesn't work:And causes the following exception:
The text was updated successfully, but these errors were encountered: