-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: Ionic 4 lazy loaded route - module not found #18165
Comments
CLI 4.12.0
|
When generating components I have specified directories i.e page, page/auth/login etc the full error in chrome is this:
I noticed this
|
Potentially related |
Work around for this seems to be this, any ideas why id love to know also whats the difference between the way you load children and
|
Hi, i get same error when i add |
i have save issues but only for IOS :( |
Thanks for the issue! We have moved the source code and issues for Ionic 3 into a separate repository. I am moving this issue to the repository for Ionic 3. Please track this issue over there. Thank you for using Ionic! |
Issue moved to: ionic-team/ionic-v3#1107 |
Im having a lot of issues with Ionic 4 and lazy loaded modules, for some reason it keeps reporting that the below login module cannot be found, if I edit the app-routing.module.ts file and save sometimes it finds it. anyone come across this issue yet and know how to fix ?
// main app module
// main Routes file lazy loading the login page that cant be found
// login lazyloaded module that cant be found
The text was updated successfully, but these errors were encountered: