Closed neo-xy closed 6 years ago
The same issue. Used instructions from readme, plugin hides the scroll bar but does not show any dialogs. So the plugin seems to be broken or outdated and can not be used with Angular 5 right now, need a fix
What bootstrap version your project is using? It's v3 or v4? v3 should be working.
If it's v4. Add this in your component in this case.
import { bootstrap4Mode } from 'ngx-modialog/plugins/bootstrap';
bootstrap4Mode();
If it's v4. Add this in your component in this case.
This info should definitely be added to project's readme file to avoid such inconveniences. Thanks a lot for sharing a solution, @qqnc!
I think that since now bootstrap v4 has been official. Probably better make bootstrap v4 enabled in default, and some documentations for bootstrap v3.
Hi guys,
PR's are welcome.
I suggest waiting for my upgrade to V6, then if someone will post a PR that will be great.
Don't have time to manage all issues.
Thanks, @shlomiassaf
We all understand your hard working on this project. We'll wait for your upgrade to V6, and see what we can help for the issues. Do you agree to switch to bootstrap 4 as default, and documents for v3?
@qqnc Thanks ! Your answer helped me.
Now I've got this issue with version 6.0.0 and boostrap 3
closed by #434
took the example
but no modal is showing up (no errors) any idea what can be the reason ? (Angular: 5.0.3)