Open Closed

How to get the device browser information in angular application #4602


User avatar
0
shobhit created
  • ABP Framework version: v4.2.2
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

Hi Team, We have to get the current device and browser information and show within our application. As we are storing similar information in "SecurityLogs", so i am assuming that angular project already refer some library that we can reuse.


1 Answer(s)
  • User Avatar
    0
    mahmut.gundogdu created

    "How to show additional columns in security logs on angular" I think the question is that. isn't it ?

    Security logs page uses <abp-extensible-table> so you can extend it. https://docs.abp.io/en/abp/latest/UI/Angular/Data-Table-Column-Extensions

    also you may read the extra properties section. https://docs.abp.io/en/abp/latest/Object-Extensions

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11