---|qcm| Mise à jour de la DT-48
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<mat-card class="calculator">
|
||||
<mat-card-header class="bg-warn rounded-top py-3 px-4">
|
||||
<mat-card-title>Calcul de taille de voile</mat-card-title>
|
||||
<mat-card-subtitle>DT48 - 13 mars 2020</mat-card-subtitle>
|
||||
<mat-card-subtitle>DT48 - 08 février 2024</mat-card-subtitle>
|
||||
<span class="flex-spacer"></span>
|
||||
<form #searchFormData="ngForm" class="inputs-form">
|
||||
<mat-form-field class="bg-crystal me-3" subscriptSizing="dynamic">
|
||||
|
||||
@@ -37,7 +37,7 @@ export class CalculatorComponent implements OnInit, OnDestroy {
|
||||
//private _currentUser!: Subscription; // = new Subscription();
|
||||
private _subscriptions: Array<Subscription> = [];
|
||||
public title = 'Calcul de taille de voile';
|
||||
public subtitle = 'DT48 - 13 mars 2020';
|
||||
public subtitle = 'DT48 - 08 février 2024';
|
||||
public lastjump: Jump = {} as Jump;
|
||||
public currentUser: User = {} as User;
|
||||
public displayedColumns: Array<string> = ['weight'];
|
||||
|
||||
@@ -11,7 +11,7 @@ import { take } from 'rxjs/operators';
|
||||
|
||||
import { Errors, Jump, User } from 'src/app/core/models';
|
||||
import { JumpsService, UserService } from 'src/app/core/services';
|
||||
import { JumpDeleteDialogComponent, JumpEditDialogComponent } from 'src/app/components/shared/dialogs'
|
||||
import { JumpDeleteDialogComponent, JumpEditDialogComponent } from 'src/app/components/jump/dialogs'
|
||||
|
||||
@Component({
|
||||
standalone: true,
|
||||
|
||||
@@ -21,7 +21,7 @@ import { NgxSkeletonLoaderModule } from 'ngx-skeleton-loader';
|
||||
|
||||
import { ColumnDefinition, Errors, Jump, JumpList, JumpListConfig, jumpColumns } from 'src/app/core/models';
|
||||
import { JumpsService, JumpTableService } from 'src/app/core/services';
|
||||
import { JumpAddDialogComponent, JumpDeleteDialogComponent, JumpEditDialogComponent, JumpViewDialogComponent } from 'src/app/components/shared/dialogs'
|
||||
import { JumpAddDialogComponent, JumpDeleteDialogComponent, JumpEditDialogComponent, JumpViewDialogComponent } from 'src/app/components/jump/dialogs'
|
||||
|
||||
@Component({
|
||||
standalone: true,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
export * from './accordion';
|
||||
export * from './confirmed.validator';
|
||||
export * from './dialogs';
|
||||
export * from '../jump/dialogs';
|
||||
export * from './helpers-jump';
|
||||
export * from './layout/header.component';
|
||||
export * from './layout/footer.component';
|
||||
|
||||
Reference in New Issue
Block a user