rangle / angular-devtools

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

fix: show the date property value in preview (#880) #976

Closed JimMorrison723 closed 2 years ago

JimMorrison723 commented 2 years ago

Problem: As mentioned in #880, when the property type is date, the devtools just shows Date() instaed of showing the Date value as well.

I believe this is good enough for an MVP, just to show the date. (i would live to update the tests for this, but i believe there is none for this)

I believe we could further improve the UX and DX later on, by:

Let me know what you think. I might create an issue for these, so we can improve this project in small steps.

mgechev commented 2 years ago

Thanks for the PR! We're in a process of moving DevTools to the Angular monorepo. Would you follow up with the change there once we merge https://github.com/angular/angular/pull/43473?

JimMorrison723 commented 2 years ago

Yes, of course!