Create a spinning wheel like the image.The wheel has number slots ranging from 0 to 9 or 0 to 99.
The number of slots can be configured inside the Angular component.
There should be an input field and a spin button next to it.
When a number is entered into the input and the spin button is clicked:The wheel will spin faster and faster until reaching its maximum speed (which can be configured in Angular) within a specific duration of 2 to 5 seconds (configurable in Angular).
The wheel will then gradually slow down and stop at the number entered in the input field.