Alvaro Costa
Alvaro Costa
Hi, just discovered the lib, thanks for the hard work ! I'm having the same issue about bootstrap, which is blocking since my components heavily depend on Bootstrap to render...
Hi, I'm having the same issue on my side. I need to modify properties on a component before displaying it.. and it's not template driven. It's created thanks to `NgxSmartModalService.create`...
Conclusion : Attempt n°1 works. A component will have the OnInit triggered whenever the modal.open() is called. So, replacing `loadDataOnModalOpen` with the example behind can be enough : ``` private...
Check the solution available there : https://github.com/maximelafarie/ngx-smart-modal/issues/240#issuecomment-566857685 Adding a setTimeout didn't resolve the case for me (in IE). Anyway adding the pollyfils seems to be the way to go, at...