rangle / augury

Angular Debugging and Visualization Tools
https://augury.rangle.io
MIT License
2.01k stars 216 forks source link

Can't change component state in Angular 9.0.0 #1455

Open doggy8088 opened 4 years ago

doggy8088 commented 4 years ago

Augury version (required): 1.25.2 Angular version (required): 9.0.0 Date: 2020/2/8 OS: Windows 10 (Build 10.0.18363.592)

Demo test application: -- Git repository for demo app showing the issue (optional but very helpful for difficult issues). -- If a code snippet will completely show the issue, please include it.

ng new demo1 --routing --style css
ng serve --open

Description of issue: -- Include (clipped) screenshot images if possible. I can't change component state.

image

Steps to reproduce:

  1. ng new demo1 --routing --style css
  2. ng serve --open
  3. Hit F12
  4. Click Augury tab
  5. Click AppComponent
  6. Modify component state for title property from demo1 to demo2.

image

Additional details:

Venipa commented 4 years ago

set the rendering mode to components only. (for now) image

lastrafda commented 4 years ago

Setting the rendering mode to components only didn't solve the issue for me