fix sort
This commit is contained in:
parent
e144a012b5
commit
ea5ea6324e
@ -18,7 +18,7 @@ export class ServicesComponent implements OnInit {
|
|||||||
ngOnInit(): void {
|
ngOnInit(): void {
|
||||||
this.serviceService.services().subscribe((data: any) => {
|
this.serviceService.services().subscribe((data: any) => {
|
||||||
this.services = data;
|
this.services = data;
|
||||||
this.sortData({"active": "name", "direction": "desc"});
|
this.sortData({"active": "name", "direction": "asc"});
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user