Jose Blanco
Jose Blanco
I have the same issue I tried with: ``` return { data: [] } ``` for seeing if the data is altered but it does not work.
is this possible ?
Hello, did you find a solution for this ? @mattew Regards
Hello, I am working in something similar, working for me with the following code: ``` let image = new Image(); image.src = this.model[this.key]; image.crossOrigin = 'Anonymous'; image.onload = () =>...
I found this issue https://github.com/angular/angular/issues/20125
looks like they already fixed it https://github.com/angular/angular/pull/20478 but still there is not a release
Hello guys, I didn't know that 5.1.0-beta.2 was released. I did a release of https://www.npmjs.com/package/tixif-ngx-busy, it should work now, but it is in beta so i am not sure about...
yes @apoterenko that was the solution, I created a new CustomCompiler extends Compiler, and I replaced it in the busy component and the aot compilation works I will try to...
@ipassynk I am not totally sure, the issue that I found is because the JIT Compiler is set for the Compiler and for JIT is ok but for AOT it...
I think that it is related to https://github.com/devyumao/angular2-busy/issues/60 also I created a fork with the solution Regards.