First step to add a new page

This commit is contained in:
Sébastien ANDRE
2023-05-05 11:02:52 +02:00
parent fe9cb202ba
commit 487b287924
6 changed files with 108 additions and 3 deletions

View File

@@ -1 +1,12 @@
<p>new-tunnel-flight works!</p>
<div class="content">
<form class="formNewJumps" (ngSubmit)="onFormSubmit()" *ngIf="notLoadingToDisplay() else loading">
<br />
<button mat-raised-button color="accent" *ngIf="isValidatedForm()">{{ 'NewJump_Submit' | translate }}</button>
</form>
<ng-template #loading>
<mat-progress-spinner [mode]="'indeterminate'"></mat-progress-spinner>
</ng-template>
</div>