Using angular-ui-bootstrap in Angular2

2.6k views Asked by At

I am using Angular2 with typescript. The dependencies are resolved using npm.

I want to use Modal dialog in my application. For this, I need to include angular-ui-bootstrap in my application. I need to angular-ui-bootstrap modal dialog in my application.

1

There are 1 answers

0
Francesco Borzi On

angular-ui-bootstrap is for AngularJS, for the new Angular you can try this one:

http://valor-software.com/ngx-bootstrap/#/

or this one:

https://ng-bootstrap.github.io/

The difference between those two project is discussed here: What is the difference between "ng-bootstrap" and "ngx-bootstrap"?