Andriy-Yahello / shop

Angular Training Shop Project
0 stars 0 forks source link

app-model.ts #9

Open VZhyrytskiy opened 5 years ago

VZhyrytskiy commented 5 years ago

Немного избыточнй код. Либо public лишние, либо присваивание лишнее. Оно происходит и так, если указать public

export class AppModel {
    constructor(public app: string, public ver: string){
        this.app = app;
        this.ver = ver;
    }
}
VZhyrytskiy commented 5 years ago

Аналогично config-model.ts

VZhyrytskiy commented 5 years ago

и тут product.ts