0
MarkusBernhardt created
Prerequisites
- What is your product version? 9.3.0
- What is your product type (Angular or MVC)? Angular
- What is product framework type (.net framework or .net core)? .net core
Hi, I discovered that classes that get a CreationTime property from FullAuditedEntity interface don't show that property in the Angular client. So what's the propper way of showing/getting that time in the Angular client in those cases?
1 Answer(s)
-
0
Hi @markusbernhardt
Yes, not all the properties are displayed for all entities. You can add
CreationTime
field to your related DTO, then run angular/refresh.bat and after all, you can display this field in your related angular component.