-
Notifications
You must be signed in to change notification settings - Fork 12k
[1.5.0-rc.5] AoT error reporting is flaky #8228
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
Comments
I am working on a fix for this in #8215. |
These issues were fixed in Angular 5.0.0-rc.7. Fix angular#8228
These issues were fixed in Angular 5.0.0-rc.7. Fix angular#8228
These issues were fixed in Angular 5.0.0-rc.7. Fix angular#8228
@cexbrayat the fix for this is coming out as |
@filipesilva I tried with cli 1.5.0-rc.8 and ng 5.0.0-rc.9 and it does indeed fix the issue 👌 |
Awesome, glad to hear it! |
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. |
Bug Report or Feature Request (mark with an
x
)Versions.
Repro steps.
Build a simple component with a template like:
and serve the app with
ng serve
As with 1.5.0-rc.5, AoT is now the default mode, so changing the template to
breaks the compilation with:
Note that the error is displayed twice.
But if you fix the issue, the error sticks around in the console, only once this time.
Sadly, breaking the template in another way will not be picked up by the CLI, as it will only display the old error, twice again. It won't work until
ng serve
is relaunched.The text was updated successfully, but these errors were encountered: