Ajout d'un loading sur la page Summary
This commit is contained in:
@@ -43,10 +43,10 @@ export class NewJumpComponent implements OnInit {
|
||||
private serviceDropzone: DropzoneService,
|
||||
private serviceGear: GearService,
|
||||
private dateService: DateService
|
||||
) {}
|
||||
) { }
|
||||
|
||||
ngOnInit() {
|
||||
this.serviceComm.UpdatedComponentTitle("Add a new jump");
|
||||
this.serviceComm.UpdatedComponentTitle('Add a new jump');
|
||||
|
||||
this.endDate = new Date();
|
||||
this.beginDate = this.dateService.AddDays(new Date(), -1);
|
||||
@@ -136,6 +136,6 @@ export class NewJumpComponent implements OnInit {
|
||||
}
|
||||
|
||||
public allDatasLoaded(): boolean {
|
||||
return this.countDatasLoaded == 4;
|
||||
return this.countDatasLoaded === 4;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user