I want to take the width of my table and then to use that width for the condition to applying styles dynamically based on width.
Example:
div class="nano-table-grid"
[ngStyle]="{ tableCurrentWidth < 1200px ? 'flex: none; max-width: 75px;'}>
I have the problem to take that current width of the table.