Commit b89fa247bc6407fbc8889b29d0c3ed34649adff3
Exists in
master
and in
1 other branch
Merge branch 'master' of git.focasoftware.com:angular/autoservicio
Showing
1 changed file
Show diff stats
src/app/components/comanda/comanda.component.html
| ... | ... | @@ -17,6 +17,8 @@ |
| 17 | 17 | }"> |
| 18 | 18 | <div class="card-body p-2"> |
| 19 | 19 | <p class="h5 card-title text-center mb-1">{{comanda.id.toString().slice(comanda.id.toString().length - 2)}}.</p> |
| 20 | + <!-- TODO: Implementar moment --> | |
| 21 | + <p class="h5 card-title text-center mb-1">{{comanda.fechafinelaboracion | date: 'dd-MM-yyyy HH:mm' : '+0000'}}</p> | |
| 20 | 22 | <p |
| 21 | 23 | *ngFor="let detalle of comanda.detalles" |
| 22 | 24 | [ngClass]=" |