EXCEPTION: Uncaught (in promise): Error: Cannot find module 'app/home/home.module'

How should i solve this error EXCEPTION: Uncaught (in promise): Error: Cannot find module "app/home/home.module"
Ankur Rajput
Asked 29-03-2024
642

Answer (1)
hi use this { path: "user", //use full path loadChildren: () => import("app/modules/user/user.module").then(m => m.UserModule) } allow full path // Full path including `src` at the start: loadChildren: "src/app/customers/customers.module#CustomersModule"
Deepak Sharma
Asked 12-12-2019
45 Likes
Comments
Write comment

Submit your answer