devyumao/angular2-busy

Runtime compiler is not loaded

Opened this issue ยท 5 comments

Xepe commented

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

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
ng build -prod --> Error
ng build -prod -aot=false --> OK

Regards

use ultimate/aot-loader 0.1.16 aot+lazy load
build >ok
but busy did not show

Xepe commented

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?