-
Notifications
You must be signed in to change notification settings - Fork 102
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
Runtime compiler is not loaded #55
Comments
me too use angular2-busy 2.0.4 + aot + lazy loading , getting ERROR Error: Uncaught (in promise): Error: Cannot find module './setting/setting.module'. ng build --> OK Regards |
use ultimate/aot-loader 0.1.16 aot+lazy load |
I think that it is related to #60 also I created a fork with the solution Regards. |
I also experienced this issue. I just yanked angular2-busy for the time being, but is there a good workaround? @Xepe does your fork fix the issue? |
@maplion yes, you can use it https://www.npmjs.com/package/tixif-ngx-busy |
hello,
Using the version 2.0.4 and angular cli, I am getting Uncaught (in promise): Error: Runtime compiler is not loaded.
The error only rise when I try to use angular cli and the flag --prod
Regards
The text was updated successfully, but these errors were encountered: