I am trying to redirect within the page, using a fragment in an anchor tag. It works fine the first time but when I scroll the page up manually and press the an
I have an angular material table that has the following structure. <table mat-table [dataSource]="myTable" matSort> <ng-container matColumnDef="colu
Using Angular 13 I have a side menu which I build like this <mat-nav-list> <a mat-list-item *ngFor="let page of pages" [routerLink]="page.link" route