I would like to use lazy loading but I can not understand why it does not work, it gives me error \"Cannot find module\". This is my environment: - Angular 5.2.1
Usually, it is an error with the path. Change the path.
For example, this solution works for me::
loadChildren: '../changelog/changelog.module#ChangelogModule'
./folder or ../folder or folder
./folder
../folder
folder