Skip to content
Snippets Groups Projects

Resolve "Proposer une représentation graphique de l'enchaînement de modules de calcul (paramètres liés), si possible éditable"

12 files
+ 3521
510
Compare changes
  • Side-by-side
  • Inline
Files
12
<mat-card id="modules-diagram">
<mat-card-header>
<mat-card-title>
<h1>{{ uitextTitle }}</h1>
</mat-card-title>
</mat-card-header>
<mat-card-content>
<div *ngIf="error">{{ uitextDrawingError }}</div>
<div id="diagram" #diagram></div>
<!-- <a class="show-debug" (click)="initSvgPanZoom()">init zoom </a> -->
<!-- <a class="show-debug" (click)="showDebug = ! showDebug"> debug</a> -->
<div *ngIf="showDebug">
<pre>{{ graphDef }}</pre>
</div>
</mat-card-content>
</mat-card>
Loading