-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Description
Bug Report or Feature Request (mark with an x
)
- [ x] bug report -> please search issues before submitting
- [ ] feature request
Versions.
@angular/cli: 1.4.9
node: 6.11.5
os: linux x64
@angular/animations: 4.4.6
@angular/common: 4.4.6
@angular/compiler: 4.4.6
@angular/core: 4.4.6
@angular/forms: 4.4.6
@angular/http: 4.4.6
@angular/platform-browser: 4.4.6
@angular/platform-browser-dynamic: 4.4.6
@angular/router: 4.4.6
@angular/cli: 1.4.9
@angular/compiler-cli: 4.4.6
@angular/language-service: 4.4.6
typescript: 2.3.4
Repro steps.
setup Ubuntu 16.04
repeat steps described here https://angular.io/guide/quickstart to create new application
install Google chrome Version 62.0.3202.62 (Official Build) (64-bit) and make it default browser
start new application with ng serve --open opens Chrome and application in it, but page reloads few times (the number is random). When I save any my-app source file, chrome reloads and here same few times reload. This not happen with Firefox. It loads application just once.
The log given by the failure.
Not sure what else I can put here. Ask me if I can help.
Desired functionality.
I want application page be loaded just one time in chrome, instead of random reloads number. I could use Firefox, though there are a lot of tutorials explain debug process with Chrome browser. This makes hard to debug application.
Mention any other details that might be useful.
The application as simple as ng new my-app