Andriy-Yahello / shop

Angular Training Shop Project
0 stars 0 forks source link

src\app\admin\components\adminproduct-form\adminproduct-form.component.ts #21

Open VZhyrytskiy opened 5 years ago

VZhyrytskiy commented 5 years ago

Немного странно выглядит этот блок

if (product.id != null) {
          this.product = product;
        } else if (product.id === null && this.product === undefined) {
          this.product = product;
        } else {
          this.product;
        }