<div class="mt-3">
<mat-nav-list>
<a mat-list-item class="ml-2" style="font-size:15px;" (click)='paycard.html'>
SERVICES
</a>
<a mat-list-item class="ml-2" style="font-size:15px;" (click)='paycard.html'>
BILLING
</a>
<a mat-list-item class="ml-2" style="font-size:15px;" (click)='paycard.html'>
OIL TICKETS
</a>
<a mat-list-item class="ml-2" style="font-size:15px;" (click)='paycard.html'>
MY TIME
</a>
<a mat-list-item class="ml-2" style="font-size:15px;" (click)='paycard.html'>
APPROVE TIME
</a>
<a mat-list-item class="ml-2" style="font-size:15px;" (click)='paycard.html'>
EMPLOYEE LIST
</a>
Snippet from my Angular app's html navigation page. I want to highlight the active link but need help doing this with material design. Also, if there's a way to collapse it, that information would be appreciated. Thank you.