This repository was archived by the owner on Jan 27, 2022. It is now read-only.

Description
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:
- 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.