Andriy-Yahello / shop

Angular Training Shop Project
0 stars 0 forks source link

app.module.ts #7

Open VZhyrytskiy opened 5 years ago

VZhyrytskiy commented 5 years ago

Если все правильно декомпозировать на модули и разложить в них компоненты, то тут останется минимум - AppComponent

declarations: [
    AppComponent,
    ProductComponent,
    ProductListComponent,
    CartComponent,
    CartItemComponent,
    UpdateCartItemComponent,
    CardHoverDirective,
    ContactUsComponent,
    ChangeDirective
]
Andriy-Yahello commented 5 years ago

refactored