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.
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.