angular-compile
angular-compile copied to clipboard
Error: Runtime compiler is not loaded
There is an Error: Runtime compiler is not loaded. When uses Angular 5.x + Angular Universal
Do you use AOT?
Yes. But I have solved this issue by passing compile constants in the providers. Thanks.
by the chance. which angular version you were using? and jit or aot?
@RomanGalochkin could you please guide which compile constants needs to be passed to providers? also did you got it working?