Ajout des formulaires de création de
"Aircraft", "JumpType", "Gear" et "DZ".
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
<button (click)="add()">Add a aircraft</button>
|
||||
<app-new-gear *ngIf="showAddForm === true"></app-new-gear>
|
||||
|
||||
<div *ngIf="dataSourceTable != null else loading" class="table-container">
|
||||
<table mat-table [dataSource]="dataSourceTable">
|
||||
<ng-container matColumnDef="id">
|
||||
|
||||
Reference in New Issue
Block a user