-
Notifications
You must be signed in to change notification settings - Fork 12k
Strange compiling bug #5469
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
Another simple example when it happens: I had:
I changed it to:
Then I save it and cli is auto seeing the changes and gives this error... When stop the cli and run ng serve again then it works again. |
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
)When you change a interface the TSLinter and the Angular CLI are not throwing errors anymore? It happens with different things too. When i run ng serve again for example it works again or it throws errors. But while changing files it seems to remember old stuff..
When you have a file with interfaces and have imported them somewhere else, and then start the project by ng serve it works correctly.
But when already running and reference to a exported interface it stops working.
Versions.
CLI RC2
Node 7.8
YARN/NPM
Repro steps.
Make a interface, couple it to a function
The log given by the failure.
Desired functionality.
Working again, so it needs to throw and error.
Mention any other details that might be useful.
The text was updated successfully, but these errors were encountered: