mat-slide-toggle is not disabling in Angular 15 but works fine in Angular 14 with same code
I updated to Angular 15 and now [disabled] attribute of mat-slide-toggle is not working well.
The top toggle should be disabled at startup, but now it only becomes disabled after being manually turned off and then turned back on.