I have multiple angular material tables and I need to use css over one of the tables.
.mat-table-sticky:first-child {
border-right: 1px solid #e0e0e0;
}
I want to use the above css styling. How to implement this css for a specific table? Thanks in advance :)