Syntax Error Unexpected Token in Angular Project
I have the following HTML file as a part of my Angular 4 project:
<div class="primary-panel flex-last flex-md-unordered d-flex flex-column justify-content-end"></div>
I want to understand why I keep getting the following error for the above:
SyntaxError: Unexpected token <
In fact, I get this error for almost every HTML line I have!
Please sign in to leave a comment.
can't recreate. Does the issue occur in .html files or in embedded templates? Can you provide a screenshot of the error? Seems you have some unexpected language injection there....
Damn, I have this problem too
see the questions above