You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
any change in any *.ts file under the src/app/modules/ is refresh the browser
but the file with the new change is not change when I inpect in the browser (chrome)
for example this path: src/app/modules/header/header.component.ts
it do work for this path for example:
src/app/app.component.ts
Desired functionality.
on any change *.ts file it should be reflected on the browser.
Mention any other details that might be useful.
OS win 7
browser chrome
IDE webstorm 2016.3.3
The text was updated successfully, but these errors were encountered:
Bug Report or Feature Request (mark with an
x
)Versions.
Window 7
@angular/cli: 1.0.0-rc.2
node: 6.9.4
os: win32 x64
@angular/common: 2.4.10
@angular/compiler: 2.4.10
@angular/core: 2.4.10
@angular/forms: 2.4.10
@angular/http: 2.4.10
@angular/platform-browser: 2.4.10
@angular/platform-browser-dynamic: 2.4.10
@angular/router: 3.4.10
@angular/cli: 1.0.0-rc.2
@angular/compiler-cli: 2.4.10
@ngtools/webpack: 1.2.13
Repro steps.
any change in any *.ts file under the src/app/modules/ is refresh the browser
but the file with the new change is not change when I inpect in the browser (chrome)
for example this path: src/app/modules/header/header.component.ts
it do work for this path for example:
src/app/app.component.ts
Desired functionality.
on any change *.ts file it should be reflected on the browser.
Mention any other details that might be useful.
OS win 7
browser chrome
IDE webstorm 2016.3.3
The text was updated successfully, but these errors were encountered: