We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[x] Bug report [ ] Feature request
ng serve gives error, because it is not able to find star-rating.scss in the path
@import "~css-star-rating/dist/scss/star-rating.scss";
it depends on css-star-rating which is not mentioned anywhere in the documentation, you should add css-star-rating to dependencies,
ng serve runs successfully as it finds all the required files
1 - install angular-star-rating 3.0.4(latest) according to the documentation 2- start ng serve
Library version: 3.0.4 Angular version: 4.3.1
The text was updated successfully, but these errors were encountered:
Hi @asimhashmi thanks for the issue!
I added it to the dependencies. Give it a try!
Sorry, something went wrong.
No branches or pull requests
I'm submitting a...
Current behavior
ng serve gives error, because it is not able to find star-rating.scss in the path
it depends on css-star-rating which is not mentioned anywhere in the documentation,
you should add css-star-rating to dependencies,
Expected behavior
ng serve runs successfully as it finds all the required files
Minimal reproduction of the problem with instructions
1 - install angular-star-rating 3.0.4(latest) according to the documentation
2- start ng serve
Environment
The text was updated successfully, but these errors were encountered: