angular1-star-rating
angular1-star-rating copied to clipboard
Unable to specify custom location of star-rating.icons.svg
Location defaults to "assets/images/" which is not usable for some websites.
It seems the only way to change this is to alter star-rating.controller.ts and compile to javascript.
How would I specify a custom location (ideally for the pre-compiled js version) that persists between package updates as star-rating.controller.ts will get overwritten?
Alternatively, should I give up on using SVGs and just use icons instead?
Definitely need this. My project pulls in the index.js file from node_modules
.
i've set star-type="'icon'" and this problem get solved
Hi can we implement this feature please