Closed e1ad closed 3 years ago
i have the same problem.
Same for me.
what is your baseUrl ?
in my tsconfig.json: "baseUrl": "./",
For tsconfig.json "./" . Or if you are talking about Angular http baseUrl provider I do not use it.
same...
try this
{
"glob": "**/*",
"input": "./node_modules/svg-country-flags/svg",
"output": "/assets/svg-country-flags/svg"
}
`
``
thanks ... works
you are welcome
Describe the bug Running development mode (ng serve) i getting the wrong source for the flags :
To Reproduce Steps to reproduce the behavior:
I follow the steps from 'https://www.npmjs.com/package/@angular-material-extensions/select-country#installation' to add the 'select-country' to my project.
this step :
is relevant only for production
Expected behavior i getting the wrong source for the flags
Screenshots
Desktop (please complete the following information): Windows 10 PC with Chrome Browser
Additional context Add any other context about the problem here.