<a*ngFor="let subscription of postsService.subscriptions"mat-list-item(click)="postsService.sidepanel_mode ==='over'?sidenav.close():null"[routerLink]="['/subscription',{id:subscription.id}]"><ngx-avatar[style.margin-right]="'10px'"size="32"[name]="subscription.name"></ngx-avatar><ng-containeri18n="Navigation menu Downloads Page title">{{subscription.name}}</ng-container></a>
<a*ngFor="let subscription of postsService.subscriptions"mat-list-item(click)="postsService.sidepanel_mode ==='over'?sidenav.close():null"[routerLink]="['/subscription',{id:subscription.id}]"><ngx-avatar[style.margin-right]="'10px'"size="32"[name]="subscription.name"></ngx-avatar>{{subscription.name}}</a>