我正在使用带有打字稿的Angular2。使用npm解析依赖关系。
我想在我的应用程序中使用Modal对话框。为此,我需要在我的应用程序中包含angular-ui-bootstrap。我需要在我的应用程序中使用angular-ui-bootstrap模式对话框。
答案 0 :(得分:2)
angular-ui-bootstrap适用于AngularJS,对于新的Angular你可以试试这个:
http://valor-software.com/ngx-bootstrap/#/
或者这个:
https://ng-bootstrap.github.io/
这两个项目之间的区别在这里讨论:What is the difference between "ng-bootstrap" and "ngx-bootstrap"?