devyumao / angular2-busy

Show busy/loading indicators on any promise, or on any Observable's subscription.
http://devyumao.github.io/angular2-busy/demo/asset/
MIT License
314 stars 102 forks source link

Error: Runtime compiler is not loaded #50

Closed dangviettuan closed 7 years ago

dangviettuan commented 7 years ago

Got "Error: Runtime compiler is not loaded" in component using angular2-busy in ng build -prod

samupl commented 7 years ago

I got the same issue - it looks like building without aot seems to make angular2-busy work again, but obviously - without the benefits AOT gives.

nourBerro commented 7 years ago

I got the same issue, ng2busy uses compiler to compile the template. build without aot makes it work but we need a solution for the main issue.