我正在使用带有typescript的Angular2。这些依赖关系是使用npm解析的。
我想在我的应用程序中使用Modal对话框。为此,我需要在我的应用程序中包含angular-ui-bootstrap。我需要在我的应用程序中使用angular-ui-bootstrap模式对话框。
发布于 2017-05-30 00:48:55
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"?
https://stackoverflow.com/questions/44127823
复制相似问题