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
* in view engine, MatSliders inputs are not initialized before MatSliderThumbs constructor is called.
This means we cannot initialize the slider value attribute in the constructor. To fix this, we
are initializing the value attribute in ngOnInit which is still before ngAfterViewInit but after
MatSliders inputs are initialized
0 commit comments