-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Description
OS?
Windows 7
Versions.
angular-cli: 1.0.0-beta.17
node: 6.2.1
os: win32 x64
@angular/common: 2.1.0
@angular/compiler: 2.1.0
@angular/core: 2.1.0
@angular/forms: 2.1.0
@angular/http: 2.1.0
@angular/platform-browser: 2.1.0
@angular/platform-browser-dynamic: 2.1.0
@angular/router: 3.1.0
core-js: ^2.4.1
rxjs: 5.0.0-beta.12
ts-helpers: ^1.1.1
zone.js: ^0.6.25
Repro steps.
When running the app from the angular cli build, change detection does not function as expected.
Unfortunately, our app and the situations in which this issue occurs are prohibitively complex to provide a simple way to reproduce the problem. Essentially, the change detector is not fired in all situations where we would expect it to.
Detailed explanation of the issue can be found here http://stackoverflow.com/questions/40047415/angular-2-change-detection-behaves-differently-with-cli-webpack
The log given by the failure.
No error is thrown, change detection simply fails to run when expected.