goods works!
+| Item Number | +{{ item.itemNumber }} | +Description | +{{ item.description }} | +Pieces | +{{ item.pieces }} | +Weight | +{{ formatDecimalDisplay(item.weight, 4) }} | +Unit Of Measure | +{{ getUnitOfMeasureLabel(item.unitOfMeasure) }} | +Value | +{{ formatDecimalDisplay(item.value, 2) | currency}} | +Country of Origin | +{{ getCountryLabel(item.countryOfOrigin) }} | +Actions | ++ + + | +
|---|
insurance works!
diff --git a/src/app/carnet/insurance/insurance.component.scss b/src/app/carnet/insurance/insurance.component.scss deleted file mode 100644 index e69de29..0000000 diff --git a/src/app/carnet/insurance/insurance.component.ts b/src/app/carnet/insurance/insurance.component.ts deleted file mode 100644 index 353e5cf..0000000 --- a/src/app/carnet/insurance/insurance.component.ts +++ /dev/null @@ -1,12 +0,0 @@ -import { Component, EventEmitter, Input, Output } from '@angular/core'; - -@Component({ - selector: 'app-insurance', - imports: [], - templateUrl: './insurance.component.html', - styleUrl: './insurance.component.scss' -}) -export class InsuranceComponent { - @Input() headerid: number = 0; - @Output() completed = new EventEmitterpayment works!
diff --git a/src/app/carnet/payment/payment.component.scss b/src/app/carnet/payment/payment.component.scss deleted file mode 100644 index e69de29..0000000 diff --git a/src/app/carnet/payment/payment.component.ts b/src/app/carnet/payment/payment.component.ts deleted file mode 100644 index 2637d52..0000000 --- a/src/app/carnet/payment/payment.component.ts +++ /dev/null @@ -1,12 +0,0 @@ -import { Component, EventEmitter, Input, Output } from '@angular/core'; - -@Component({ - selector: 'app-payment', - imports: [], - templateUrl: './payment.component.html', - styleUrl: './payment.component.scss' -}) -export class PaymentComponent { - @Input() headerid: number = 0; - @Output() completed = new EventEmittershipping works!
+