Merge branch 'development' of https://bitbucket.org/umwerk/instore-ma-app into development

This commit is contained in:
Milos Jovanov
2019-02-14 07:55:59 +01:00
2 changed files with 3 additions and 1 deletions

View File

@@ -78,6 +78,8 @@
.type-text {
font-size: 18px;
font-weight: bold;
height: 20px;
overflow: hidden;
}
.available-stock {

View File

@@ -123,7 +123,7 @@
<app-recommendations></app-recommendations>
</div>
</div>
<app-loading loading="true" *ngIf="!product"></app-loading>
<ng-container *ngIf="item">
<app-checkout #checkout (closed)="cartActionCompleted($event)" [book]="item"></app-checkout>