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.
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"?