-
Notifications
You must be signed in to change notification settings - Fork 12k
TypeScript changes not deployed, even though ng serve detects the changes #5600
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
It's probably also pertinent that I'm running ng serve with the --proxy-config switch. Here's my config file: { |
But the problem persists, even if I run ng serve without the --proxy-config switch. In either case, if I halt ng serve and run it again, the latest TypeScript changes are deployed to the browser after it refreshes. |
Which version of the cli are you using? |
Sorry, I thought I included ng --version output in the ticket: @angular/cli: 1.0.0-rc.4 |
This PR should hopefully address the issue: #5492 |
@etovian are you saying that neither TS or HTML changes are reflected in the browser? I can't reproduce that, I see changes appearing in the browser. Do you always get this? |
This should have been fixed by #5492. |
@filipesilva HTML was working fine. I was just demonstrating that the problem was limited to TypeScript. @hansl What version will the #5492 fix release in? Thanks! |
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.
The log given by the failure.
No exceptions are thrown
Mention any other details that might be useful.
IDE: IntelliJ
OS: Windows 10
The text was updated successfully, but these errors were encountered: