MrWolfZ / ngrx-forms

Enhance your forms in Angular applications with the power of ngrx
MIT License
374 stars 111 forks source link

No valid view adapter for Slider with Angular Material 15 #307

Open Aventrue opened 1 year ago

Aventrue commented 1 year ago

After I updated the Angular Material to V15 and used the new components I get the error "No valid view adapter!" when I use a mat-slider: <mat-slider[ngrxFormControlState]="form.controls.displayElementCacheSize">

I expect how can I fix this?