GreatIronSteed
GreatIronSteed
Ok, I have an ng2+ version working, @darthwade is this project still supported? and would it be best to create a fork/pull request, or would a separate repo be better?
I see a people here waiting for ng 2+ version. If you need something that will work today on v5.x support with a few small refactors you can use https://github.com/bculley/ngx-angular-loading,...
None of these options, nor anything else I've tried as made this ng5 compatible for me during karma tests
vsanat's workaround worked for me, thank you. I've been struggling with this
Without knowing more about your code, my guess would be a lifecycle issue. I've been able to access all the values passed in if I use the ngOnInit, you could...
try this. your method should be called ngOnInit ``` ngOnInit(): void { } ```