Use this tag for any query related to ngx-bootstrap.
In my Angular 4 application I have some components with a form, like this: export class MyComponent implements OnInit, FormComponent { form: …
angular typescript ngx-bootstrap confirm-dialog angular-guardsI have a form which contain a date picker / calender, email, city name and hotel name, I want a user …
html twitter-bootstrap datepicker bootstrap-4 ngx-bootstrapI'm making project in bootstrap (UI) and angular 2. I'm new to both things My friend suggests me to use ng2 …
angular ng2-bootstrap ngx-bootstrapTrying 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'm trying to change the color of the datepicker and it is not working Here is the ngx-bootstrap datepicker https://…
javascript angular datepicker ngx-bootstrapI'm using ngx-botstrap BsDatepickerModule for my application form and I have a requirement to pick only a month. Does anyone …
angular ngx-bootstrap