added prediction prototype

This commit is contained in:
VLE2FE
2020-08-12 15:15:31 +02:00
parent 8a44135d9a
commit c681c5d881
9 changed files with 143 additions and 6 deletions

View File

@ -1,4 +1,4 @@
<script src="../models/template.model.ts"></script><h2>{{new ? 'Add new sample' : 'Edit sample ' + sample.number}}</h2>
<h2>{{new ? 'Add new sample' : 'Edit sample ' + sample.number}}</h2>
<rb-loading-spinner *ngIf="loading"></rb-loading-spinner>