|
|
|
@@ -18,8 +18,6 @@ import TypeEnum = PartnerJsonld.PartnerTypeEnum; |
|
|
|
selector: 'app-partners', |
|
|
|
templateUrl: './partners.component.html', |
|
|
|
styleUrl: './partners.component.scss', |
|
|
|
standalone: true, |
|
|
|
imports: [MatTableModule, MatSortModule, MatPaginatorModule, RouterLink, RouterLinkActive, NgIf, TranslateModule], |
|
|
|
}) |
|
|
|
export class PartnersComponent implements OnInit, AfterViewInit { |
|
|
|
@ViewChild(MatSort) partnersSort; |
|
|
|
|