Use this tag when asking questions about modals dialogs generated with the ngx-bootstrap library.
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-modalWhen 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-modalI'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-modalI 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-modalI 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-modalI may not be able to install ngx-bootstrap to my angular 4 project and hence not able to use the predefined …
angular ngx-bootstrap-modalPassing data to a modal can be done using the initialState, but how can I receive data back? For instance, …
angular ngx-bootstrap ngx-bootstrap-modalI have a ngx bootstrap modal that currently works and opens a Details Listing page with specific data for everyone …
angular angular-routing ngx-bootstrap ngx-bootstrap-modal