Closed naveedahmed1 closed 3 years ago
Hi @naveedahmed1,
This is caused by a 3rd party dependency that the CLI uses to parse the HTML files.
Please contact the author(s) of the parse5-html-rewriting-stream project or file an issue on their issue tracker.
@alan-agius4 I have reported it on their repo, can you please share your input on their comment https://github.com/inikulin/parse5/issues/338#issuecomment-812056264 ?
I’ll take a look tomorrow.
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
🐞 Bug report
Is this a regression?
I am not sure.
Description
I have below css class, when I add it to my scss file, it works fine but if I add it to index.html its broken when I run
ng serve
.While running app in browser (
ng serve
) if I check the source code of the index.html it has below string:🔬 Minimal Reproduction
Just add the above css class to index.html file or any angular app and then run
ng serve
🔥 Exception or Error
🌍 Your Environment