I recently started working with Angular 7 and wanted to implement lazy loading. However, after following all the necessary steps, I encountered the following issue.
Error :
Could not resolve module ./Modules/itemmaster/itemmaster.module relative to app\Modules\initialRouting.ts
Folder Structure : https://i.sstatic.net/BWjcg.png
And :
{path:'Item Master', loadChildren:'./Modules/itemmaster/itemmaster.module#ItemMaster'}
Would appreciate any help in resolving this issue.
Location Of InitialRouting.ts