When I use "ng build --prod" command, it's have error message.
ERROR in : Cannot determine the module for class CreateOrEditGameProductModalComponent in C:/Users/kris-w10/Desktop/mobcat/CatTree-Front-End/src/app/main/Game/gameProducts/create-or-edit-gameProduct-modal.component.ts! Add CreateOrEditGameProductModalComponent to the NgModule to fix it. Cannot determine the module for class ViewGameProductModalComponent in C:/Users/kris-w10/Desktop/mobcat/CatTree-Front-End/src/app/main/Game/gameProducts/view-gameProduct-modal.component.ts! Add ViewGameProductModalComponent to the NgModule to fix it. Cannot determine the module for class GameProductsComponent in C:/Users/kris-w10/Desktop/mobcat/CatTree-Front-End/src/app/main/Game/gameProducts/gameProducts.component.ts! Add GameProductsComponent to the NgModule to fix it.
anyone can help me? Thank you.