augury icon indicating copy to clipboard operation
augury copied to clipboard

Can't change component state in Angular 9.0.0

Open doggy8088 opened this issue 5 years ago • 2 comments

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:

doggy8088 avatar Feb 07 '20 17:02 doggy8088

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

Venipa avatar Feb 28 '20 14:02 Venipa

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

lastrafda avatar Jun 03 '20 00:06 lastrafda