Touchspin

Use core-touchspin component to get default touchspin. To disable touchspin use [disable]="true" & to get touchspin with chevron icon use [iconChevron]="true".

Size

Use input property [size] add pass 'sm' | 'lg' to get small and large touchspin respectively. Default is Medium size.

Min - Max

Use input property [minValue] & [maxValue] to set lower-limit and upper-limit of input number respectively.

Step

Use input property [numberValue] to set value of input number.

Colors Variation

Use input property [color]="'colorName'" to get your desired color variation.