angular2-busy icon indicating copy to clipboard operation
angular2-busy copied to clipboard

Runtime compiler is not loaded

Open Xepe opened this issue 8 years ago • 5 comments

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

Xepe avatar Apr 26 '17 16:04 Xepe

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

hungshou avatar May 10 '17 09:05 hungshou

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

shi1hh avatar May 14 '17 08:05 shi1hh

I think that it is related to https://github.com/devyumao/angular2-busy/issues/60 also I created a fork with the solution

Regards.

Xepe avatar Jun 03 '17 04:06 Xepe

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 avatar Jun 16 '17 08:06 maplion

@maplion yes, you can use it https://www.npmjs.com/package/tixif-ngx-busy

Xepe avatar Jun 16 '17 12:06 Xepe