mirror of
https://github.com/Mueller-Patrick/Betterzon.git
synced 2026-05-26 04:28:05 +00:00
BETTERZON-141: Adding more service methods for prices and products
This commit is contained in:
@@ -47,7 +47,9 @@ export class ProductDetailsComponent implements OnInit {
|
||||
}
|
||||
|
||||
getProduct(): void {
|
||||
this.apiService.getProduct(this.productId).subscribe(product => {this.product = product});
|
||||
this.apiService.getProduct(this.productId).subscribe(product => {
|
||||
this.product = product;
|
||||
});
|
||||
}
|
||||
|
||||
getPrices(): void {
|
||||
|
||||
Reference in New Issue
Block a user