Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upUnterminated attribute value in a template results in cryptic AOT compilation errors with cli (or no errors with ngc) #20902
Comments
|
Fixed by #20846 |
|
Thanks!
…On Mon, Dec 18, 2017, 10:43 AM Chuck Jazdzewski ***@***.***> wrote:
Closed #20902 <#20902>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#20902 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AANM6Owtr70Z_9Q3b0CKq0noP-3NrAziks5tBrJVgaJpZM4Q70Mh>
.
|
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm submitting a...
Current behavior
Given a template:
@angular/cli reports very cryptic error and @angular/compiler-cli doesn't report any errors at all. JIT compiler reports correct error message.
Expected behavior
I'd like to get an error that tells me that I have unterminated attribute value.
This works correctly in JIT: http://plnkr.co/edit/x7wVVkf8VROCPSlkszJS?p=preview
Minimal reproduction of the problem with instructions
then use ngc to build:
And you get no error:
then use cli+aot to build:
and you get uninformative error from the guts of webpack:
Environment