Commit 8f572393efae314c02702fe56dafc973d0ad3a84
1 parent
bbe7496d6e
Exists in
develop
uppercase titulo de producto en modal promo
Showing
1 changed file
with
1 additions
and
1 deletions
 
Show diff stats
src/app/shared/promocion/promocion.component.html
| 1 | 1 | <div class="modal-header bg-primary rounded-top pt-4 px-2"> | 
| 2 | 2 | <div class="row mx-0 w-100 justify-content-between" *ngIf="articulosPromo.length"> | 
| 3 | 3 | <div class="col-8"> | 
| 4 | - <p class="h3 text-white">{{articulosPromo[0].DetArt}}</p> | |
| 4 | + <p class="h3 text-white">{{articulosPromo[0].DetArt | uppercase}}</p> | |
| 5 | 5 | </div> | 
| 6 | 6 | <div class="col-4 align-self-center"> | 
| 7 | 7 | <div |