angular-star-rating icon indicating copy to clipboard operation
angular-star-rating copied to clipboard

step event input not working in this module ?

Open imvikaskohli opened this issue 6 years ago • 0 comments

I'm submitting a...


[ ] Bug report  
[ ] Feature request

Current behavior

Expected behavior

Minimal reproduction of the problem with instructions

Environment


Library version: X.Y.Z
Angular version: X.Y.Z


Browser:

- [ ] Chrome (desktop) version XX

<h1>Angular Star Rating Component</h1>
<star-rating-comp [starType]="'icon'"
[step]="0.5" [rating]="2.3"
direction="rtl"
space="around"
staticColor="positive"
size="large"
speed="slow"
[numOfStars]="6"
>
</star-rating-comp>

Till now, unable to figure out how can I achieve the step input event in this module.I also post this on stackoverflow but didn't get any solution for this Issue posted on StackOverflow

imvikaskohli avatar Dec 13 '18 13:12 imvikaskohli