Closed dhardtke closed 7 years ago
Hi @dhardtke I'm busy with your issue.
Same for me!
Same issue here.
Same issue
Same issue
Somebody got a solution for this ?
I have the same issue on used with IONIC 2rc0, Somebody got a solution for this ?
not yet. And the owner of this hasn't replied yet. I've built my own progress bar with the HTML5
@HartHerbert actually it looks like the owner @akserg is working on this on the aot branch, but the fix hasn't been finished/published yet.
I forked the branch and made some headway on fixing the remaining bugs and I think it's more or less working. You can test it by doing an npm install jskrzypek/ng2-slim-loading-bar#aot
and then trying to run ngc.
However, we've also decided not to continue using the module/component so I'm not planning to make a PR or suggest changes. I did, however, make a cleaner branch with only the relevant & substantive changes here (https://jskrzypek/ng2-slim-loading-bar/tree/aot-clean) if anyone wants to pick up where I left off.
Hi all,
Please try 2.0.5 and confirm that you issue was fixed.
Big thanks to @jskrzypek.
Issue was fixed.
Hey,
Your package seems to not be AoT compatible:
Function calls are not supported. Consider replacing the function or lambda with a reference to an exported function
.I don't know why it happens but I do know it has to do with the definition of the
.forRoot()
method.