Top "Ng2-bootstrap" questions

ng2-bootstrap is an angular2 library for using bootstrap3 or bootstrap4 with angular2

Angular 2 ng2-bootstrap modal inside child component called from parent component

Hard to explain this. I had a simple working ng2-bootstrap modal example working. I expanded it to include Boostrap 4 …

angular modal-dialog bootstrap-modal ng2-bootstrap
How to use ng2-bootstrap with Angular 2?

How to use Bootstrap (or any other) component library? Christopher · 6 minutes ago Can anyone help with sample code on how …

angular ng2-bootstrap
Angular2 ng2-bootstrap collapse add transition/animation

I m using this https://valor-software.com/ng2-bootstrap/#/collapse and i would like to add an animation/transition on …

angular collapse ng2-bootstrap
How to override twitter bootstrap styles in angular2 with ng2-bootstrap

I am using ng2-bootstrap from valor-software. When I start the website using ng serve, the page that is served …

css angular ng2-bootstrap
How to set default for ng2-select

data(?Array) - Initial selection data to set. This should be an object with id and text properties in the …

angular ng2-bootstrap
There is no directive with "exportAs" set to "bs-modal" when using ng2-bootstrap

I am following the example given here https://valor-software.com/ng2-bootstrap/#/modals But when i put the template in …

angularjs angular typescript angular2-template ng2-bootstrap
ng2-bootstrap not working in Angular 2 ('alert' is not a known element:)

I've installed ng2-bootstrap on a project running Angular 2.0.1 via: npm install ng2-bootstrap --save I've setup my project like …

angular ng2-bootstrap
How to get access to `BsModalRef` in opened modal component?

I'm quite new to Angular 4.I have been working on Angular 1.5.x and now converting same application in Angular 4 with …

angularjs angular ng2-bootstrap modalpopup ngx-bootstrap
Can't bind to 'typeahead' since it isn't a known property of 'input'

I'm using Angular 2.1.2 and I'm having trouble using ng2-bootstrap's typeahead feature, which I'm using version 1.1.16. I'm also using Webpack. …

angular ng2-bootstrap
ng2-bootstrap, call Modal defined in child component from parent compent

I am using ng2-bootstrap for the modal stuff. I am trying to separate my modals and my other components …

javascript typescript angular bootstrap-modal ng2-bootstrap