rangle / angular-devtools

Moved to the Angular organization.
https://github.com/angular/angular/tree/master/devtools
255 stars 18 forks source link

fix: make sure we update the property explorer on state change #821

Closed mgechev closed 3 years ago

mgechev commented 3 years ago

Fix #786

With this PR now we consider not only the property name but also the value of properties in the differ comparison.

The change also contains e2e and unit tests.