-
Notifications
You must be signed in to change notification settings - Fork 5
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
doesn't work with angular2, [] and () html syntax #2
Comments
@robertbaker can you give some example code? |
Hi there. I saw this issue is still unresolved and I face the same issue. My error output is following:
The HTML-File where the error is thrown looks like this:
My gulpfile pretty much looks like this:
That's all information which I could provide. Do you have any idea what I`m doing wrong? |
But [] () and {{}} are not HTML syntax. These are Angular2 Templating system. IMHO, htmlmin should be used after transpiling them to HTML. The problem is: Angular2 doesn't transpile them to HTML, they put inside the JS file to get the SPA effect. So, htmlmin is not the right tool, neither it doesn't do any effect. |
No description provided.
The text was updated successfully, but these errors were encountered: