augury
augury copied to clipboard
Can't change component state in Angular 9.0.0
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.

Steps to reproduce:
ng new demo1 --routing --style cssng serve --open- Hit
F12 - Click
Augurytab - Click
AppComponent - Modify component state for
titleproperty fromdemo1todemo2.

Additional details:
set the rendering mode to components only. (for now)

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