I have basic navigation and two components.
Component1 uses MatTable, but Component2 pure HTML table with material css classes:
<table class="mat-table mat-elevation-z8">
<tbody>
<tr class="mat-row">
<td class="mat-cell">
When I navigate to Component1 and then to Component2 everything is nice. However when I navigate to Component2 first, the some of material styling is missing, e.g. the table lines.
How to correctly use material css in angular without using material components