Évolutin du formulaire d'ajout de saut pour
appeler l'API
This commit is contained in:
@@ -4,7 +4,7 @@ import { MatTableDataSource } from '@angular/material/table';
|
||||
|
||||
import { Observable } from 'rxjs';
|
||||
import { JumpResp } from '../../models/jump';
|
||||
import { ServiceApi } from '../../services/serviceApi';
|
||||
import { ServiceApiGet } from '../../services/serviceApiGet';
|
||||
import { ServiceComm } from '../../services/serviceComm';
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ export class ListOfJumpsComponent implements OnInit {
|
||||
public dataSourceTable;
|
||||
@ViewChild(MatPaginator, { static: true }) paginator: MatPaginator;
|
||||
|
||||
constructor(private serviceApi: ServiceApi, private serviceComm: ServiceComm) {
|
||||
constructor(private serviceApi: ServiceApiGet, private serviceComm: ServiceComm) {
|
||||
}
|
||||
|
||||
ngOnInit() {
|
||||
|
||||
Reference in New Issue
Block a user