Top "Ngx-bootstrap-modal" questions

Use this tag when asking questions about modals dialogs generated with the ngx-bootstrap library.

How to center an ngx-bootstrap modal

Trying to center this ngx-boostrap modal using CSS like this but it's not working: .modal.fade.in{ display: flex; justify-content: …

css angular centering ngx-bootstrap ngx-bootstrap-modal
Way to add custom class when using ngx-bootstrap modalService

When looking to the ngx-bootstrap source code here: modal-options.class.ts There is an optional class property defined as class?: …

css angular ngx-bootstrap ngx-bootstrap-modal
How pass data from ModalService into component

I'm trying to use ngx-bootstrap-modal to pass data from a modal service into a modal component. The examples show this: …

angular typescript ngx-bootstrap ngx-bootstrap-modal
Angular - error TS2307: Cannot find module 'ngx-bootstrap/modal'

I have installed ngx-bootstrap using the command npm install ngx-bootstrap --save but still when i am trying to build the …

ngx-bootstrap ngx-bootstrap-modal
(ngx-bootstrap) Close a modal that has been created with a component programmatically

I have an Angular 5 application using ngx-bootstrap. I create two modals using the Modal Component. I need to close the …

angular ngx-bootstrap ngx-bootstrap-modal
How to install ngx-bootstrap to my angular 4 project

I may not be able to install ngx-bootstrap to my angular 4 project and hence not able to use the predefined …

angular ngx-bootstrap-modal