pjlamb12 / angular-svg-icon-preloader

Angular service that preloads a JSON list of SVG icons for use with the angular-svg-icon library
MIT License
11 stars 4 forks source link

Error in console #18

Open sharathdaniel opened 1 year ago

sharathdaniel commented 1 year ago

I'm submitting a...


[ ] Regression (a behavior that used to work and stopped working in a new release)
[x] Bug report  
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request
[ ] Other... Please describe:

Current behavior

Icon loads, but an error is present in console. image

Expected behavior

No error should be there.

Environment


Angular version: 16.2.0

Browser:
Chrome (desktop) version 118.0.5993.71

For Tooling issues:
- Node version: 18.18.1
- Platform:  Windows
sharathdaniel commented 1 year ago

I figured out what is the issue, icons.json should have the below highlighted line even if you're not using it. image I think this should be fixed.