**Angular DevTools version (required)**: 1.0.2 **Angular version (required):** 12.0.1 _Description of issue:_ Properties of type Date show only the text `Date()`, with no useful way to know what the value is. _Steps to reproduce:_ 1. Inspect a component with a date property. Strings, booleans, objects, etc all show useful values. Dates just show `Date()`. _Additional details:_ Even a basic string representation of the date would be helpful, the way the "Angular state inspector" extension does it.
Angular DevTools version (required): 1.0.2
Angular version (required): 12.0.1
Description of issue:
Properties of type Date show only the text
Date(), with no useful way to know what the value is.Steps to reproduce:
Date().Additional details:
Even a basic string representation of the date would be helpful, the way the "Angular state inspector" extension does it.