bptlab/scylla-ui

View on GitHub
src/app/landing/file-selection/file-selection.component.html

Summary

Maintainability
Test Coverage
<div class="main-div">
  <mat-card style="margin: 16px; width: 500px;">
    <mat-card-title>Select your files</mat-card-title>
    <mat-card-subtitle>That is the output of Scylla</mat-card-subtitle>
    <mat-card-content>
        <app-file-reader class="margin" data="bpmn"></app-file-reader>
        <app-file-reader class="margin" data="xml"></app-file-reader>
    </mat-card-content>
    <mat-card-actions>
      <a routerLink="/statistics" mat-button>Visualize</a>
      <button mat-button>Cancel</button>
    </mat-card-actions>
  </mat-card>
</div>