Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Even simplest example crashes. #59

Open
npetri13 opened this issue Mar 31, 2023 · 1 comment
Open

Even simplest example crashes. #59

npetri13 opened this issue Mar 31, 2023 · 1 comment

Comments

@npetri13
Copy link

Hello there,

i've cloned the project via git and did all nessessary steps as described in the video. The project compiles, but it crashes with the following message:

ERROR TypeError: this._sliderInput is undefined

I've updated cli, core and material packages via: ng update @angular/core @angular/cli and ng update @angular/material successfully but the application itself still crashing.

Thanks for any help.

@npetri13
Copy link
Author

I've added a <input matSliderThumb>to the first example as here:
<mat-slider min="1" max="100" value="50"> <input matSliderThumb> </mat-slider>

Which does the trick.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant