ngx-modal
ngx-modal copied to clipboard
Modal Backdrop does not appear properly when in OnPush change detection strategy
As the title states. If I have my app.component set to OnPush, then the backdrop does not appear until I click, resize or something else triggers the change detection. Are you open to PRs?
@joeflateau, I will look into it as soon as possible. I think @maaagik already has a solution proposal.
Sorry for the delay in the response. I was away from open source for a few months.
PR's are of course welcome
@meeroslav no worries, if @maaagik's solution doesn't work out tag me and i'll send a PR
I'm facing this issue right now. Any plans to solve this?