-
-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
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
SVG flags can't be retrieved #76
Comments
Experiencing the same with angular 12 and |
still not fixed i had to copy paste them manually so they work |
the problem is with the output path when the svg resources are being copied from the node_modules to the local assets.
that should solve your problem. @AnthonyNahas - what's the procedure to contribute to this project, I can open PR |
Great Solution, 17/06/22 works |
a PR would be appreciated 🙏 |
In my case the problem was with base URL interceptor. So, gentle hint: if svg images are available under assets, check if some interceptor does not modify assets folder URL while loading them. Good luck! |
Describe the bug |
Describe the bug
Created a fresh Angular 9 project with material, getting following error for all flags
Error: Error retrieving icon :bl! <svg> tag not found
To Reproduce
Steps to reproduce the behavior:
Go to https://stackblitz.com/edit/angular-9-material-starter-4fd9kj?file=angular.json
I created a stackblitz where you can reproduce the issue. it's a clean Angular 9 installation with material
Expected behavior
For the flags to load
The text was updated successfully, but these errors were encountered: